Current navigation highlight for a menu that may be modified by the user?

I’m using the following to list my pages:

<ul id="nav">
   <?php wp_list_pages('title_li='); ?>
</ul>

is there a way of highlight the link of the page of the current in the navigation.
It shouldn’t be fixed. The user should be able to call the page whatever he or she wants, and create as much pages as he or she wants (the highlight feature should still work).

Read More

Any suggestions or tutorials?

Related posts

Leave a Reply

2 comments