Reduce the number of blog posts on home page Posted in : Bloggy WP KaneishaParticipant 20 June 2014 at 23:37 #14870 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 23 June 2014 at 02:28 #14890 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 ); KaneishaParticipant 4 July 2014 at 00:05 #15041 Thank you! Worked perfectly! Mehmet S.Keymaster 4 July 2014 at 01:31 #15042 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 Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register