Pagination doesn work! What to do?


In 20% of wp themes this issue happens. Some time it was the trouble, because issue is just concatenation of circumstances with wp_query and permalinks.


First way:

In the file wp-content\plugins\meta-data-filter\views\shortcode\meta_data_filter.php on the same bottom uncomment code wp_reset_query(); and try is the filter still works and pagination is ok.


Second way:

Universal decision based on JavaScript. You have to insert next code into your wp theme footer.php file after <?php wp_footer(); ?>:

By the way css class:

can be another, so you have to define what the css class using by your wp theme for pagination list (use firebug). Usually css selector ul.page-numbers uses by woocommerce themes ...