“Show on homepage” option
-
Hi guys and thanks for this great plugin.
In the “WooCommerce Product” section there are settings to show on the shop page and on the category page which work perfectly.
It is very common to have featured products on the homepage and even with these two options active the countdown does not show up on the product listing.
You’re probably using the WooCommerce conditional tags
is_shop()
andis_product_category()
.Any change you could create a new option “Show on homepage” and use the WordPress functions
is_front_page() || is_home()
.Maybe this feature already exists on the premium version? If so, we’ll buy it right now. Just tell me if it’s there, or if you consider implementing it on the Free or Premium version.
- The topic ‘“Show on homepage” option’ is closed to new replies.