View on GitHub

Woocommerce - Products By Custom Tax

A shortcode to display products within pages and posts by a custom taxonomy.

Download this project as a .zip file Download this project as a tar.gz file

Description

Shortcodes included with WooCommerce lacks on the possibility to display products in post or pages filtering them by a custom taxonomy type.

By example in the scenario where we have a custom taxonomy type for products which is called Vendors and this one contains Apple, Samsung, LG, Motorola, Microsoft, ... as taxonomy tags elements. If we like to display only the products by Apple in a page or post, here this odd tweak plugin comes to the rescue.

Usage

[woo_products_custom_tax tax_name="vendor" tax_tags="apple" columns="4" template="product" qty="10" order="DESC"]
              

Attributes

Authors and Contributors

@elvismdev

Wanna be on the list? Pull requests for fixes, new features and code enhancements are more than welcome on GitHub! ;)