Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #543588

    Hello staff Kriesi, I have a problem in taxonomy-portfolio_entries.php, how can I do to increase the number of items in the portfolio? (I disabled the pagination and only shows 10 entries)

    Thanks for the attention Max

    #543595

    Hey Codice404!

    Which element are you using to display your portfolio entries? Please edit your element and choose to display as many items as you need.

    Best regards,
    Yigit

    #543601

    Hi Yigit, I’m working in taxonomy-portfolio_entries.php, I tried to increase the portfolio entries without using the pagination, I kindly ask you a more comprehensive answer on how to make and possibly also edit that file
    Thanks, Max

    <div class=”category-term-description”>
    <?php echo term_description(); ?>
    </div>

    <?php

    $grid = new avia_post_grid(array( ‘linking’ => ”,
    ‘columns’ => ‘4’,
    ‘contents’ => ‘title’,
    ‘sort’ => ‘no’,
    ‘paginate’ => ‘no’,
    ‘set_breadcrumb’ => false,
    ));
    $grid->use_global_query();
    echo $grid->html();

    ?>
    </div>

    #543657

    up

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘increasing number of voices in the portfolio in portfolio category’ is closed to new replies.