To display products assigned as featured, you can use the [show_featured_products] shortcode.
You can use some attributes with the shortcode:
- products_limit – to limit the number of displayed featured products (default is 100)
- archive_template – to choose the template to display featured products (default is the selection in product settings)
- per_row – number of products per row
- empty – text that shows up when there are no products to display
- header – the featured product’s header – shows only if the list is not empty (default is ‘Featured Products’)
[show_featured_products products_limit=3 per_row=3] will show max 3 featured products and 3 product per row
Please note that it will show nothing if you don’t assign any featured products.