Today's
WooCommerce Tutorialscontent shares how to create featured products for WooCommerce, that is, featured products, and how to display these featured product lists on the website.
How to Create Featured Products
On the WooCommerce all products list page, you can see a star icon behind each product. Clicking it marks the product as featured products, as shown in the image below:

We can set some distinctive, better-selling products as featured products.
How to Call the Featured Products List on the Frontend Webpage
After setting featured products in the WooCommerce product list, the default website frontend shows no visible changes. Therefore, we need to use shortcodes to output them ourselves. The method is: create a new page, then enter the shortcode below. After publishing the page, you can see the effect.
[featured_products per_page=”10” columns=”2”]
The values for per_page and columns can be modified as needed. You can add the shortcode to any Post, Page, or Widget.
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.