Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] Content template for product categories not working

$
0
0

I made the code cleaner, because I only need the the_content, I will modify all within TVC toolset. For other readers: the below you can also use if you need to overwrite other files of WooCommerce.

<?php
/**
 * The template for displaying Archives for Custom post type 'Product'.
 * I added this file to override the WooCommerce file, and use to hook in to the_content with TVC Toolset.
 */
get_header(); ?>

	<?php the_content(); ?>

<?php get_footer();

Viewing all articles
Browse latest Browse all 20145

Trending Articles