I have a small e-commerce site which is made by woocommerce. I want to display recent product in my home page and I could not able to do it so I have need Woocommerce recent post Meta key.
There is no meta_key
for recent products, because it's based on date (i don't know which one exactly, you will have to look in your DB at wp_posts
table).
But you can use recent products woocommerce shortcode on your homepage:
[recent_products per_page="12" columns="4"]
Or you can use Feature products shortcode:
[featured_products per_page="12" columns="4"]
Works the same as recent products but displays products that have been set as “featured.” If you use feature products, you could find this in DB.