Reduce the number of blog posts on home page

  • Posted in : Bloggy WP
  • Kaneisha
    Participant

    Hello! My site is http://theartofapplying.com. How do I reduce the number of blog posts that show on the home page listed under “Latest from the Blog”? I only want to list 5. Thank you!

    Mehmet S.
    Keymaster

    Hi,

    – go to: Apeearance > Editor > template-home.php

    – find:

    $args_homepage = array( 'post_type' => 'post', 'posts_per_page' => -1 );
    

    – edit:

    $args_homepage = array( 'post_type' => 'post', 'posts_per_page' => 5 );
    
    Kaneisha
    Participant

    Thank you! Worked perfectly!

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register