Description
A collection of useful shortcodes for WooCommerce.
Shortcodes included:
- Featured products by category
- List subcategories from category
Installation
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
FAQ
- 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'
Reviews
Contributors & Developers
“Shortcodes for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Shortcodes for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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.