Brand Questions on Shop Page
-
I have two formatting questions on my brands/shop page.
1. In the sidebar widget, how can I get my brands to shop like my categories with the circles next to them?
2. How can I remove the duplicate brand description? Before the shop and after the shop it says “Aleko Sauna,” I just want to show after. It works properly for my category pages. I added the following php code to the site to move the category description after the shop, but it it doesn’t seem to work correctly for brands.
remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );
add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 10 );The page I need help with: [log in to see the link]
- The topic ‘Brand Questions on Shop Page’ is closed to new replies.