Change number of latest posts in homepage Posted in : Read WP hosseinianParticipant 14 May 2014 at 11:56 #14259 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 14 May 2014 at 18:10 #14274 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 Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register