limited number of portfolio items in "home with portfolio" template

  • Posted in : Responsy WP
  • effebi
    Participant

    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

    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 );
    
    effebi
    Participant

    perfect.
    thank you

    effebi

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

The forum ‘Responsy WP’ is closed to new topics and replies.