Duplicate Content
-
The page uses shortcodes so I have greater flexibility and I think it makes it look pretty good. However, by telling WooCommerce that this is the “shop” page, WooCommerce shows the product archives at the bottom of the page.
The Band-Aid I am using is to tell WooCommerce in Settings->Products->shop page that the shop page is x-foo-shop. Then I link to the page called “shop” on the menu. However, this also breaks breadcrumbs as the breadcrumb trail wants to use the designated x-foo page as the previous page instead of the “shop” page on the menu.
Does anyone have a clue how to keep WooCommerce from throwing up the product archive? Perhaps something like:
if($isshop && $includearchive)
{ include “archive”;}The page I need help with: [log in to see the link]
- The topic ‘Duplicate Content’ is closed to new replies.