limited number of portfolio items in "home with portfolio" template Posted in : Responsy WP effebiParticipant 22 February 2013 at 13:54 #3641 I’m sorry i want to know if you can show the “home with portfolio” only a limited number of items? thanks Mehmet S.Keymaster 23 February 2013 at 04:32 #3668 Yes you can. – go to Appearance > Editor > homepage-with-portfolio.php – find the line below: $args_portfolio = array( 'post_type' => 'portfolio', 'posts_per_page' => -1 ); – change the -1 value as 20, 15, 10 etc. – e.g. $args_portfolio = array( 'post_type' => 'portfolio', 'posts_per_page' => 15 ); effebiParticipant 23 February 2013 at 13:53 #3675 perfect. thank you effebi Viewing 3 posts - 1 through 3 (of 3 total) The forum ‘Responsy WP’ is closed to new topics and replies.