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>