Answer the question
In order to leave comments, you need to log in
How to make separate template for woocommerce catalog page?
Tell me how to create a separate template for the catalog page in wordpress.
Separated the output of categories and products as follows
<?php if ( is_product() ) : ?>
<?php get_template_part( 'woocommerce-product' ); ?>
<?php else: ?>
<?php get_template_part( 'woocommerce-category' ); ?>
<?php endif; ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question