Tagged: pagination, woocomerce
We wan’t to create a duplicated pagination in the top and the bottom of the loop in woocommerce.
We try it with
add_action( 'woocommerce_before_shop_loop', 'woocommerce_pagination', 10 );
But this only display a button not the pagination.
How can we achieve that?
Someone can remove this entry?. We change our decission. But probably is interesting for future projects.