List Categories
-
I’m trying to format the following to place a drop down list of categories on my website:
<div id="catmenu"> <ul> <?php wp_list_categories('include=18&depth=0&child_of=18&title_li=<h2>' . __('Blogs') . '</h2>'); ?> </ul> </div>
If you visit HERE you will see that the word “Blogs” shows up on the header but it doesn’t show up as a link to category 18 or show any of the child pages to category 18.
What am I doing wrong?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘List Categories’ is closed to new replies.