Where (in which theme template file) are you placing the wp_list_pages() tag?
Thanks for your reply! I put it in the page template that I created.
I have a similar issue. I want to output the list of pages using the wp_list_pages () in the sidebar.php but I don’t want to use it to output the title (i.e. Pages).
I just want to list the pages right underneath the categories as if they were one and the same… any ideas?
B.
distortedstar: “I put it in the page template that I created.”
Uh, and that would be? When I check your site, I see your current theme templates are located in:
wp-content/themes/distortedstarcom/
Is this where your template using wp_list_pages() resides? If so, which template file is it, and are you sure it’s included in your pages?
badr: See the Codex page for wp_list_pages(), especially the examples covering the ‘title_li’ parameter:
http://codex.wordpress.org/Template_Tags/wp_list_pages
yes, I’m checking the the bugs out right now.
Sorry about he vague reply Kafkaesqui!
the file is located at http://distortedstar.com/wp-content/themes/distortedstarcom/writing.php
Thanks!
Looks like the bug listed was supposed to be resolved in 1.5, which is what i’m running.
That’s the “reported in” version. The “fixed in” version is 1.5.1. Click on “View Advanced”.
Wait for 1.5.1. It’s not too far away.