描述
A collection of useful shortcodes for WooCommerce.
Shortcodes included:
- Featured products by category
- List subcategories from category
安装
Dashboard
- Go to the ‘Plugins’ menu, and choose ‘Add New’.
- Search for ‘shortcodes-for-woocommerce’, and then click ‘Install Now’.
- Click ‘Activate’.
FTP
- Download and extract the .zip file.
- Upload the unzipped folder to the
/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu.
Composer
composer require vint3/shortcodes-for-woocommerce
常见问题
- Where can I report bugs?
-
Bugs can be reported on the GitHub repository.
- How can I contribute?
-
Join in on our GitHub repository and read our contribution guidelines.
- How can I use shortcodes in WooCommerce?
-
Visit Shortcodes included with WooCommerce for additional information.
- How can I use the “featured products by category” shortcode?
-
[featured_products_by_category category=”CATEGORY_SLUG”]
Args:
'per_page' => '12', 'columns' => '3', 'orderby' => 'title', 'order' => 'desc', 'category' => '', // required 'operator' => 'IN', 'taxonomy' => 'product_cat'
- How can I use the “list subcategories from category” shortcode?
-
[subcategories_from_category category=”CATEGORY_SLUG”]
Args:
'category' => '', // required 'orderby' => 'name', 'order' => 'asc', 'style' => 'list', 'show_count' => 0, 'hide_empty' => 0, 'hierarchical' => 0, 'taxonomy' => 'product_cat', 'show_title' => 1, 'css_class' => 'subcategories-from-category'
评价
2017年7月23日
Plugin doesn't have shortcode button in WPEdit editor nor in basic WP editor.
Documentation is weak.
2017年4月26日
1 回复
Plugin doesn't have shortcodes button in WPEdit (TinyMCE) editor.
贡献者及开发者
更新日志
1.2.3
- Added Code Climate integration.
- Added moar badges (yes I am a badge poser).
- Added contribution guidelines.
- Updated README.
1.2.2
- Updated Codacy badge url.
1.2.1
- Added Codacy (a tool for automated code review) badge.
1.2.0
- Transfered the project ownership to Vint3.
- Changed the class namespace.
- Some other minor changes.
1.1.3
- Minor changes.
- Added language file.
1.1.2
- Fix PSR-4 loader conflict with older implementation.
1.1.1
- Added GitHub Updater support.
- Added Update supported WordPress version.
1.1.0
- [subcategories_from_category] shortcode.
1.0.0
- [featured_products_by_category] shortcode.
- Initial release.