Today, I'm going to share with you
WooCommerce Tutorialhow to create featured products for WooCommerce and how to display these featured product lists on your 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 a featured product, as shown in the figure below:

We can set some distinctive, best-selling products as featured products.
How to Call the Featured Products List on the Frontend
After setting featured products in the WooCommerce product list, the default website frontend doesn't show any changes, so we need to use shortcodes to output them ourselves. The method is: create a new page, then enter the following shortcode, and publish the page to see the effect.
[featured_products per_page=”10” columns=”2”]
The values of per_page and columns can be modified by yourself. 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.