Categories and Subcategories Showing but not Products
-
This is how I would normally display my WooCommerce categories and subcategories:
<div id=”store-main”>
<div class=”content”>
<div class=”main”>
<?php woocommerce_content(); ?>
</div>
</div>
</div>It works perfectly until it gets to the actual displaying of the products. It is then blank. I’m sure the <?php woocommerce_content(); ?> is incorrect or causing the issue.
Any help would be appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Categories and Subcategories Showing but not Products’ is closed to new replies.