add pagination to end of archive page
-
I’m using the storefront theme.
I need the pagination eg page 1 out of 12
to show also under the product-categories listings.
In my archive.php I have this code:
<?php ??? /*** woocommerce_after_shop_loop hook.? ?** @hooked woocommerce_pagination - 10*/ ?????????????????????? do_action( 'woocommerce_after_shop_loop' ); ?? ?>
but it is not showing.
I tried to add this to functions.php but it didn’t help.
add_action( 'woocommerce_after_shop_loop', '
woocommerce_pagination', 10 );
How do I add the pagination to the end of the page?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘add pagination to end of archive page’ is closed to new replies.