Im trying to get my internal link structure straightened out. And im trying to add no follow to my categories in wordpress. Anyone know how to do this?
Here's the code to display the catergories and i dont see an href so i dont know where to put rel="nofollow"
<li id="categories"><h4><?php _e('Categories:'); ?></h4>
<ul>
<?php wp_list_cats(); ?>
</ul>
</li>
any help would be nice thanks
Here's the code to display the catergories and i dont see an href so i dont know where to put rel="nofollow"
<li id="categories"><h4><?php _e('Categories:'); ?></h4>
<ul>
<?php wp_list_cats(); ?>
</ul>
</li>
any help would be nice thanks