Forums

Show certain categories on a page of my site? (2 posts)

  1. Dancube
    Member
    Posted 7 months ago #

    I use this code to pull the latest posts:

    <?php
    define('WP_USE_THEMES', false);
    require('../blog/wp-load.php');
    query_posts('showposts=10');
    ?>

    What would I add to this to only display a certain category?

  2. Christine
    Moderator
    Posted 7 months ago #

    How about something like this:

    http://codex.wordpress.org/Function_Reference/query_posts#All_Posts_in_a_Category

    but instead of all post, just pick 10 or 5.

Reply

You must log in to post.

About this Topic