soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
316 stars 30 forks source link

It is not possible to use multiple repeaters / easy posts with pagination. #1254

Open perrelet opened 4 years ago

perrelet commented 4 years ago

Issue It is not possible to use multiple repeaters / easy posts with pagination.

Cause

To Reproduce

  1. Add two repeaters, each of which having more items than is defined in posts_per_page.
  2. Test the pagination links.

Fix Provide some hook or mechanism to override the 'format' key of $pagination_args in dynamic-list.class.php and easy-posts.class.php.

Thanks

perrelet commented 4 years ago

This would be a start:

$pagination_args = apply_filters('oxygen-pagination-args', $pagination_args);

KittenCodes commented 3 years ago

This is how WP Query works if there are multiple queries on a page.

Moving to feature requests.