Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Easy Web Scripts

    (@buxton161)

    <?php
    /* 	GREEN EYE Theme's General Page to display all Pages
    	Copyright: 2013, D5 Creation, www.d5creation.com
    	Based on the Simplest D5 Framework for WordPress
    	Since GREEN 1.0
    */
    
     get_header(); ?>
    	<div id="container">
    	<div id="content">
    
    		<?php woocommerce_content(); ?>
    
    	<?php endif; ?>
    	</div></div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>
    Thread Starter Easy Web Scripts

    (@buxton161)

    Please disreguard last, looking over above, I see I missed removing: <?php endif; ?>

    however, Now I have store set to show categories, once one is clicked, it only shows one item per page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Third party / custom / non-WC theme compatibility’ is closed to new replies.