I’m using Recent products shortcode, [recent_products per_page="4" columns="2"]
and would like to have pagination, because I’m displaying products on homepage – and currently only 4 products are being displayed. Is there a way to add pagination?
I have imported dummy data, so there are 45 products.
You could consider a plugin: WP-PageNavi. In order to use it with Woocommerce, simply install and configure the plugin, then add the following code to your theme’s
functions.php:Source: Mark van der Putten’s blog, comments ommitted.
Also, you could ask this question on the dedicated StackExchange WordPress site.