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 :-)