• I want to show 30 posts by one category at home.

    On index.php i added the next code at the begining of the loop:

    <?php query_posts(‘cat=3&posts_per_page=30’);?>

    It duplicates the latest post and displays all posts, no matter i assigned the id of one category.

  • The topic ‘[Theme: JointsWP] Display posts by category’ is closed to new replies.