Add category post list in menu (HELP!)
-
Hi
Im trying to get a list of posts from a specific category.
at the moment i only have the list of categories showing (see code below)<div class="box"> <ul> <?php //wp_list_bookmarks(); ?> <?php wp_list_categories('title_li=<h2>' . __('Categories') . '</h2>' ); ?> </ul> </div>
Can anyone please help, i just seem to be going in circles and pulling my hair out lol
MANY THANKS ??
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Add category post list in menu (HELP!)’ is closed to new replies.