Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Woocommerce shortcode pagination

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.

like image 672
jOpacic Avatar asked Oct 28 '25 07:10

jOpacic


1 Answers

Use [recent_products limit="12" columns="4" paginate="true"] This shortcode limit 12 means maximum 12 post on a page. more info woocommerce doc

like image 114
Mahidul Isalm Mukto Avatar answered Oct 29 '25 21:10

Mahidul Isalm Mukto