add pagination to end of archive page
-
I would like to show the pagination eg SHOWING RESULTS 12 OUT 17 PAGE 1 of 2
at the END of the list of results. Currently it is showing only on the top of the list of the results.
How do I add it?
I currently have this code in archive.php
<?php ??? /*** woocommerce_after_shop_loop hook.? ?** @hooked woocommerce_pagination - 10*/ ?????????????????????? do_action( 'woocommerce_after_shop_loop' ); ?? ?>
and I tried to add
add_action( 'woocommerce_after_shop_loop', '
woocommerce_pagination', 10 );
but it isn’t working .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.