• I have been using

    <?php if (is_page('41')) { ?>
    <div id="directory">
    <?php wp_list_pages('child_of=41&sort_column=post_title&title_li='); ?>
    </div>
    <?php } ?>

    Is there an easy way of doing this with a POST category? For Example. I have a post category called “Promotions” with an ID=5.

    Thanks for any help in advance.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to list all posts in one catagory in one page’ is closed to new replies.