Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #780542

    Hi team,

    I can’t seem to set the array in taxonomy-portfolio_entries.php to display more than 10 entries per page. Other settings (pagination for example) do take effect.

    I have:

    $grid = new avia_post_grid(array(	'linking' 	=> '',
                                                            'columns' 	=> '1',
                                                            'items' => 20,
                                                            'contents' 	=> 'title',
                                                            'sort' 		=> 'no',
                                                            'paginate' 	=> 'yes',
                                                            'set_breadcrumb' => false,
                                                    ));
                        $grid->use_global_query();

    Could you give me a pointer?

    Many thanks,
    Joe

    #782666

    Hey JoeLovell,

    Thank you for using Enfold.

    The modification should work as is but try to enclose the value in single quotes.

    'items' => '20',
    

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.