Change number of latest posts in homepage

  • Posted in : Read WP
  • hosseinian
    Participant

    Hi,
    I updated to new version and my latest posts on homepage is too much. Where can I change number of latest posts on homepage to 10 for example?
    http://imohsen.net/
    Thanks

    Mehmet S.
    Keymaster

    Hi,

    – go to: Appearance > Editor > page-home.php

    – find:

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

    – edit:

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

    Thanks

Viewing 2 posts - 1 through 2 (of 2 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