• Hi,

    Would you be able to tell me what is the full template tree on WooCommerce category listing page? For now I modified:

    • loop/loop-start.php
    • content-product_cat.php
    • loop/loop-end.php

    Above ‘loop-start.php’ there is still this code:

    <h1 class="page-title">Orange</h1>
    <div class="term-description">
    <p>Category description.</p>
    </div>
    <p class="woocommerce-result-count">Showing all 3 results</p>
    
    <form class="woocommerce-ordering" method="get">
    	<select name="orderby" class="orderby">
    		(...)</select>
    	<input type="hidden" name="product_cat" value="orange" /></form>

    I would like to remove some of these elements and move others(like title) to ‘loop-start.php’. How could I do this?

    http://wordpress.org/plugins/woocommerce/

  • The topic ‘Modify category loop title(above loop-start.php)’ is closed to new replies.