Zarkyzark
Member
Posted 3 years ago #
I'm looking to add the link attribute rel="nofollow" to all the links pointing at my tags pages.
I've found the custom plugin designed by Kafkaesqui in the post at http://wordpress.org/support/topic/144400 and it works great on my tag cloud, but not on the tag links on my article pages. (and yes, I uncommented the line of the plugin that affects the_tags)
How can I apply a nofollow to these links as well?
thanks
Zarkyzark
Member
Posted 3 years ago #
Perhaps the plugin just needs to be updated?
why are you using a plugin to generate your tag cloud, is the bigger question? tags and the cloud is native to newer versions of wordpress.
So, im lead to believe that you are continuing to use an older, and dare I say, exploitable version of wordpress.
Good luck working on nofollow tags when your install is ultimately hacked.
Zarkyzark
Member
Posted 3 years ago #
Thanks whooami, except that if you'd bothered to read my post rather than just writing a rude response, you'd have noticed that the plugin modifies the tag cloud. The tag cloud itself is generated by the latest version of the wordpress core.
oops my bad.
well, unless your theme file isnt using the_tags that ought to work.
Zarkyzark
Member
Posted 3 years ago #
hmmm, perhaps it has to do with the setup of my the_tags in my single.php, it looks like this:
<?php the_tags( '', ', ', '</p>'); ?>
Any reason that would mess it up?