Where is 'shop' defined?! Want to remove sidebar
-
In all the pages created by an install of woocommerce, shortcodes in the pages call the appropriate function, like [woocommerce_cart] in /Cart/, or [woocommerce_checkout] in /Checkout/ for example. But in /Shop/, no shortcode is shown. If I enter content in the page editor, it shows up on the page in the browser, above the shop content, but how does the shop ‘pull in’ the shop layout if its not called via a shortcode?
I’m trying to remove the sidebar but it shows regardless. I’ve tried:
Wootique Custom Settings>Layout>Full width icon (under post editor)
Page Attributes>Template>Full Width
and finally in utter frustration I just removed <?php get_sidebar(); ?> from page.php and the sidebar STILL showed up! Surely that isn’t even possible – if its not in the php for the page, how can it ever show up?!Clearly /Shop/ pulls its content from elsewhere than in page.php, but I can’t find where. Unlike in every other page in my site, Shop has no ‘Edit Page’ shortcut in the wp-admin-bar – again, no idea why this should be. Please help!
- The topic ‘Where is 'shop' defined?! Want to remove sidebar’ is closed to new replies.