开发者 | pluginever |
---|---|
更新时间 | 2025年5月19日 17:10 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
To create a WooCommerce category showcase from the admin panel, select 'WC Showcase' menu from left side click on new. Then put a title select featured categories and additional categories from the drop down. Save the post. There will be visible a shortcode on the right side. Copy that and place anywhere on the site you want.
To disable showing title set to No from Show Title drop down from the showcase builder panel.
You can add an unlimited number of featured categories.
You can add maximum 6 categories as additional categories.
Place the snippet where you want. Change the id with the appropriate one.
<?php echo do_shortcode('[wccs_showcase id="showcase_id"]'); ?>