How put nofollow on internal links?

Posted in: Newspaper
Post count: 88

I want to put nofollow in internal links how tag and social network. My old plugin “no follow internal link” doenst works on newspaper theme. Thanks

Post count: 20688

Hi,

You can set your links with the “nofollow” attribute like this – https://codex.wordpress.org/Nofollow or find another plugin with this capability that can do that for you automatically, if the old one is not fully compatible with the theme.

Thanks

Post count: 88

Hi thanks but how i put on all my tags?

Post count: 9544

Best to use a plugin for this. There are several on wordpress.org that will set all your internal links to rel=nofollow. Just make sure it’s been updated to work with WP 4.7x.

Post count: 88

I Used one but doesnt work now 🙁

Post count: 9544

Yes, so try another?

Not all plugins work with all themes or play well with other plugins either due to non-standard use of WP class IDs, not been updated to work with latest WP, or can’t write to custom elements.

So, you have to trial/error different plugins to see which one works and which doesn’t.

Also try disabling other plugins to see if conflict, also check error log in WP (debug), and/or Chrome F12 errors, etc.

( I don’t work here. )

Post count: 88

I dont found another plugin for nofollow tags 🙁

Post count: 9544

Probably need to edit the module in the theme where the ‘get tags’ is being generated;
or add a function hook of some kind;
or, make a new function to get tags, add the rel=nofollow, and then place that in your post templates replacing the ‘get tags’ code from the theme.

Try adding the rel=nofollow manually — perhaps, in t he section around line 730 in

/theme/includes/wp-booster/td_module_single_base.php

$buffy .= '

  • ' . $term_name . '
  • ';

    not sure that is right place

    ( I don’t work here; just post for gingerbread cookie donations … )

    Post count: 9544

    sorry…. the formatting got lost in the post …. look at that section to see what I was talking about.

    Post count: 88

    Thanks..

    Viewing 10 posts - 1 through 10 (of 10 total)
    The forum ‘Newspaper’ is closed to new topics and replies.