Shortcode [products] show categorys
-
I have a problem on my production site after update to wc3.3+ so I recreate issue on test clean site.
On shop front page
I get Products by [products limit=’4′ columns=’2′]
Under list of items categorys by default.function featured_items() { if (is_shop()) { echo "woocommerce module ===========>"; echo do_shortcode("[products limit='4' columns='2']"); } } add_action( 'woocommerce_after_shop_loop', 'featured_items', 10);
But nowt if I set
Customizing ? WooCommerce Product Catalog ? Shop page display >-
show products categorys
Shortcode show categorys as well as woocommerce default output block
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Shortcode [products] show categorys’ is closed to new replies.