I'm looking to create unique pages for each product-category I have in woocommerce.
There are 5 main categories, each having a few sub-categories. The idea is to make each main category a unique landing page that speaks specifically to that product category.
In wordpress, I understand there is the ability to do this by placing category-slug.php files in your theme directory. However, I am unsure how to do this with woocommerce and its product-categories.
Any ideas?
Thanks!
I'm looking to create unique pages for each product-category I have in woocommerce.
There are 5 main categories, each having a few sub-categories. The idea is to make each main category a unique landing page that speaks specifically to that product category.
In wordpress, I understand there is the ability to do this by placing category-slug.php files in your theme directory. However, I am unsure how to do this with woocommerce and its product-categories.
Any ideas?
Thanks!
Share Improve this question asked Oct 25, 2016 at 19:39 mmorris1mmorris1 291 gold badge1 silver badge4 bronze badges2 Answers
Reset to default 1This question was already answered here, also keep in mind that WooCommerce has their own documentation/support.
l think that the best strategy ia to to do it with shortcode by using the plugin Visual Composer.
Then you have to built the product category, then the pages and then to retrieve and display with a shortcode the product category to every page respectively.
Visual composer is a premium plugin but it worth its money.
The usual shortcode has the following form:
[product_category category="category-slug" per_page="24" columns="3"]
Kind Regards
John Divramis
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742336137a4424689.html
评论列表(0条)