I'd like to use the wp_list_pages as a navigation bar, but I don't want the links to be followed. This is the simple version of the code I'm using <?php wp_list_pages('hierarchical=1&title_li=&depth=1'); ?> but I have no idea how to add the "nofollow" to the links.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
use wordpress build in funcion for that "wp_rel_nofollow" with a hook to wp_list_pages. paste this code in your theme's functions.php file and you are set.
hope this helps. |
|||||||||||
|