chris2006
Member
Posted 4 years ago #
Hey,
I'm currently using
<?php wp_list_categories('orderby=name&title_li='); ?>
To display my category listings, could anyone show me the way to incorporate that with the add_link_attr attribute to append rel="NoFollow" to the category links.
Thankyou
<?php add_link_attr('wp_list_categories', 'orderby=name&title_li=', 'rel="nofollow"'); ?>
chris2006
Member
Posted 4 years ago #
Thanks for the quick reply but i'm getting some errors with that snippet:
Fatal error: Call to undefined function: add_link_attr() in /home/blah/public_html/wp-content/themes/blah/sidebar.php on line 65
do you actually have the plugin installed and activated?
thats not a default WP function, you need Kaf's plugin
chris2006
Member
Posted 4 years ago #
Boy is my face red :P
Thanks for the great help guys :)