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
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
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>