Shop Template – woocommerce_content no showing sidebar
-
Hi guys, I’m trying to customize the layout of my shop page by using a custom template within my Genesis child theme. My template reads:
<?php get_header() ?> <div class="content"> <div class="wrap"> <div class="two-thirds first"> <?php woocommerce_content(); ?> </div> <div class="one-third"> <?php if ( dynamic_sidebar('shop_page') ) :else : endif;?> </div> </div> </div> <?php get_footer()?>
I noticed that woocommerce_content wasn’t showing a sidebar, so I thought I could add my own custom sidebar. When I did this, also adding it to my functions file, I added some of the woocommerce widgets to the sidebar. But, the sidebar isn’t showing up on my shop page. Anyone have any advice?
https://greenknightlogging.dazelprintandweb.com/index.php/lumberproducts/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Shop Template – woocommerce_content no showing sidebar’ is closed to new replies.