Change the category/subcategory template
-
Hi all,
I have copied:
wp-content/plugins/woocommerce/templates/archive-product.phpto:
wp-content/themes/generatepress/woocommerce/archive-product.phpThen I replaced:
<h1 class="page-title"><?php woocommerce_page_title(); ?></h1>to e.g.:
<h1 class="page-title">Test 123</h1><br /><p>Some text</p>But nothing has changed if i visit: http://mywebsite.com/?product_cat=games
How can I change the category/subcategory template?
Thanks in advance!
The topic ‘Change the category/subcategory template’ is closed to new replies.