• Hi,

    i’d like to change the number of portfolio items from 4 to 2. Could you help me out on how to do this? thnx in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,

    You can achieve it by modifying a little code in home-portfolio.php file. you can find this file in the root folder of your theme directory.

    Open the file >> Go to line 18, you will find something like:

    <?php for($i=1 ; $i<=4; $i++) { ?>

    please change it to

    <?php for($i=1 ; $i<=2; $i++) { ?>

    Note: you need to modify CSS related to it. I’m sorry I can’t help with this CSS stuff as I don’t know much of it.

    Hope this will help you a little.

    Thanks.

    Hi,

    Please make your changes via child theme, else you lost the change when update the theme.

    Thanks @archana Solanki for help.

    Thanks.

    Thread Starter dontknowmuch

    (@dontknowmuch)

    Yes, got it and in the childtheme. Thnx a lot!

    Hi,

    Most Welcome.

    Thanks

    Hi,

    i would like to increase the number of items for the portfolios (or teams or testimonials) area. But if i try to change the value from 4 to 6, nothing happens.

    Is it possible to increase the number of entries?

    I think, i have to modify (extend) the input masks too?

    thx

    Hi..

    Free version of theme support only up to 4 portfolio.

    If you want to more portfolio please see link of premium version of theme.
    Premium Theme Demo .

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘number of portfolio items’ is closed to new replies.