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).
Any suggestions or tutorials?