How can I pagination with collection blogs?

There is pagination plugin I think

1 Like

@igdev

You can use pagination plugin, it’s very simple, just show like 100 items and activate plugin on item holder (which holds all items - Information Grid), that should be it.

Other way is to create pagination functionality using query params like ?page=1, and in source settings you can set $query->get(‘page’, ‘1’)

So it will return items based on ?query sent or default 1 value.

1 Like

@dejan
Thank you, how can I filter blogs by category? Like food, entertainment, etc…