最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - Custom Pages for Woocommerce Product-Category Pages

programmeradmin2浏览0评论

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 badges
Add a comment  | 

2 Answers 2

Reset to default 1

This 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

发布评论

评论列表(0)

  1. 暂无评论