• 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?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Show certain categories on a page of my site?’ is closed to new replies.