WooCommerce shortcodes

WooCommerce comes with several shortcodes that can be used to insert content inside posts and pages.

Recent Products

Lists recent products. Very useful on the homepage.

[recent_products per_page="12" columns="4" orderby="date" order="desc"]

Featured Products

Works the same as recent products but displays products that have been set as “featured.”

[featured_products per_page="12" columns="4" orderby="date" order="desc"]