pagination
-
How can I remove your bagged pagination? There is no pagination at all on my site, the products go to the list, and only your plugin creates pagination (when selecting filters)
add_filter('pre_get_posts', function($query) { if ( ! is_admin() ) $query->set('posts_per_page', '99'); return $query; });
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘pagination’ is closed to new replies.