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
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. )
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 .= '
';
not sure that is right place
( I don’t work here; just post for gingerbread cookie donations … )