Move shop page “Showing” and “Sort by..”
-
On our page:
https://tastenewmexico.com/wordpress/shop/…the red “Showing 1-12 of 64” and “Sort by…” dropdown are at the top of the products. My client would like them below the products grid and right align.
I tried this, but it still keeps the 2 objects above the products grid…we want them below:
// Or moving result section below
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 20 );
add_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 40 );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 ‘Move shop page “Showing” and “Sort by..”’ is closed to new replies.