Viewing 2 replies - 1 through 2 (of 2 total)
  • i have same problem of display only 12 portfolio but i have 14 portfolio 2 is missing..and also how to add a pagination…

    please reply as soon as possible

    Hi,
    we’ve edited this plugin a while ago and for changing item numbers you will need to modify portfolio-showcase.php file.

    you will need to find this line:
    $items = isset($items)?$items:12;
    and replace it with:
    $items = isset($items)?$items:-1;

    “-1” will list all portfolio items.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only show 12 portfolio’ is closed to new replies.