[wp-docs] a question about wp_list_pages

Sam Sherlock sam.sherlock at gmail.com
Wed Jan 18 02:42:50 GMT 2006


I want to put ids on nav list items. example


<ul class="menu>
	<li><span id="home" href="index.html">home</span></li>
	<li><a id="gallery" href="gallery.html">gallery</a></li>
	<li><a id="contact" href="contact.html">contact</a></li>
</ul>


would I be able to use wp_list_pages for this or is there a better way??

thanks - Sam





More information about the wp-docs mailing list