Woocommerce default sorting bar and page header not showing for Shop page
-
The default woocommerce sorting bar was not showing on the product archive page (Shop page) until i added this code in the funtions.php file :
add_action(‘woocommerce_before_shop_loop’,’woocommerce_catalog_ordering’);
However, now the title is not showing on the page and neither is the number of items after sorting (ie. There is no text saying: “Showing all 20 results” ) etc. How do i add back the title and just the default woocommerce layout?
Any help would be hugely appreciated as i have tried several things but with no real success. Thanks so much in advance!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Woocommerce default sorting bar and page header not showing for Shop page’ is closed to new replies.