{"id":36839,"date":"2015-06-15T02:26:54","date_gmt":"2015-06-15T02:26:54","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/woocommerce-display-products-by-tags\/"},"modified":"2015-06-15T02:28:47","modified_gmt":"2015-06-15T02:28:47","slug":"woocommerce-display-products-by-tags","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/woocommerce-display-products-by-tags\/","author":5632589,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"4.2.39","requires":"4.2","requires_php":"","requires_plugins":"","header_name":"WooCommerce Display Products by Tags","header_author":"Sebs Studio","header_description":"","assets_banners_color":"9c5d90","last_updated":"2015-06-15 02:28:47","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.sebastiendumont.com\/donation\/","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/woocommerce-display-products-by-tags\/","header_author_uri":"http:\/\/www.sebs-studio.com","rating":5,"author_block_rating":0,"active_installs":500,"downloads":10110,"num_ratings":9,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"9"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1322823","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1322823","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1322823","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1322823","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2236,702,609,91,286],"plugin_category":[45,57],"plugin_contributors":[80164,83444],"plugin_business_model":[],"class_list":["post-36839","plugin","type-plugin","status-closed","hentry","plugin_tags-filter","plugin_tags-products","plugin_tags-tags","plugin_tags-taxonomy","plugin_tags-woocommerce","plugin_category-ecommerce","plugin_category-taxonomy","plugin_contributors-sebd86","plugin_contributors-sebsstudio","plugin_committers-sebsstudio"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/woocommerce-display-products-by-tags_9c5d90.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This shortcode is much like the product category shortcode. The attributes are the same also, the only difference is that you can display WooCommerce products by product tags instead.<\/p>\n\n<h4>Contributing and reporting bugs<\/h4>\n\n<p>You can contribute code to this plugin via GitHub: https:\/\/github.com\/Sebs-Studio\/WooCommerce-Display-Products-by-Tags<\/p>\n\n<h4>Support<\/h4>\n\n<p>Use the WordPress.org forums for <a href=\"https:\/\/wordpress.org\/support\/plugin\/woocommerce-display-products-by-tags\">community support<\/a>. If you spot a bug, you can of course log it on <a href=\"https:\/\/github.com\/Sebs-Studio\/WooCommerce-Display-Products-by-Tags\/issues\">Github<\/a> instead where I can act upon it more efficiently.<\/p>\n\n<p>Please consider making a <a href=\"http:\/\/www.sebastiendumont.com\/donation\/\">donation<\/a> or <a href=\"https:\/\/wordpress.org\/support\/view\/plugin-reviews\/woocommerce-customer-notes-to-completed-order-emails?rate=5#postform\">write a review<\/a>.<\/p>\n\n<p><strong>More information<\/strong><\/p>\n\n<ul>\n<li>Other <a href=\"http:\/\/profiles.wordpress.org\/sebsstudio\/\">WordPress plugins<\/a> by <a href=\"http:\/\/www.sebs-studio.com\/\">Sebs Studio<\/a><\/li>\n<li>Contact Sebastien on Twitter: <a href=\"http:\/\/twitter.com\/sebsstudio\">@sebsstudio<\/a><\/li>\n<li>If you're a developer yourself, follow or contribute to the <a href=\"https:\/\/github.com\/Sebs-Studio\/WooCommerce-Display-Products-by-Tags\">WooCommerce Display Products by Tags plugin on GitHub<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>Installing \"WooCommerce Display Products by Tags\" can be done either by searching for \"WooCommerce Display Products by Tags\" via the \"Plugins &gt; Add New\" screen in your WordPress dashboard, or by using the following steps:<\/p>\n\n<ol>\n<li>Download the plugin via WordPress.org<\/li>\n<li>Upload the ZIP file through the 'Plugins &gt; Add New &gt; Upload' screen in your WordPress dashboard.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Q.1 How do I display products by tags?<\/dt>\n<dd><p>A.1 Simple add this shortcode with the product tags you wish to filter by. e.g. <code>[product_tag tags=\"shoes,socks\"]<\/code><\/p><\/dd>\n<dt>Q.2 What are the attributes?<\/dt>\n<dd><p>A.2 You can use the following attributes.<\/p>\n\n<pre><code>array(\n  'per_page' =&gt; '12',\n  'columns'  =&gt; '4',\n  'orderby'  =&gt; 'title',\n  'order'    =&gt; 'asc',\n  'tags'     =&gt; '',  \/\/ Product Tag Slugs\n  'operator' =&gt; 'IN' \/\/ Possible values are 'IN', 'NOT IN', 'AND'.\n)\n<\/code><\/pre><\/dd>\n<dt>Q.3 Can I place content before and after the product loop?<\/dt>\n<dd><p>A.3 Yes, there are two action hooks you can use.<\/p>\n\n<pre><code>add_action( 'ss_wc_shortcode_before_product_tag_loop', 'your_function_name' );\n\nadd_action( 'ss_wc_shortcode_after_product_tag_loop', 'your_function_name' );\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0 : 15th June 2015<\/h4>\n\n<ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"Display WooCommerce products by tags using a shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/36839","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=36839"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sebd86"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=36839"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=36839"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=36839"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=36839"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=36839"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=36839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}