• Not sure if this is an easy task or not. I would like to display the 4 newest posts in a category on my home page.

    I have created a new page template and found this code but its not what I am looking for.

    <?php query_posts('category_name=accessories');
    while (have_posts()) : the_post();
    the_content();
    endwhile;
    ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Any suggestions?

  • The topic ‘How do I display post titles/thumbnails from a category on a specific page’ is closed to new replies.