• Thanks for the plugin, it is awesome. I have got entire contents from each posts displaying on a custom post type archive page. Although I have restricted the settings to not generate more than two links for each post. It is proving useless on a custom post type archive. So is there a method I could avoid this from happening ?

    https://www.ads-software.com/plugins/seo-auto-links/

Viewing 1 replies (of 1 total)
  • Thread Starter marvel design

    (@marvel-design)

    I got it sorted. For anyone looking to get this done, you will need to make a small modification in the plugin file thought. If you are prepared for this. Go to the plugin folder, find the file named seo-auto-links.php. Got to line 48. replace it with the code below.

    if (is_page($arrignorepost) || is_single($arrignorepost) || is_post_type_archive()) {

Viewing 1 replies (of 1 total)
  • The topic ‘remove link creation on custom post type archive’ is closed to new replies.