• A couple of months back, I removed the “Featured Products” from my home page to clean up the clutter. Now, I want to add it back so I can highlight some products, but now I don’t know how to add Featured Products on my home page. Please help. Thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    This shortcode will show your featured products on any page where you want to show them,

    [featured_products per_page=”10” columns=”2”]

    I hope you get that the “per_page” and “columns” value is as per your requirements.

    Thanks

    I see you are using WooCommerce and pages built using Gutenberg. You need to use “Featured Product” WooCommerce block. Edit the page and add the block. For more details see all WooCommerce blocks here – https://docs.woocommerce.com/document/woocommerce-blocks/

    Thread Starter smaxwell06

    (@smaxwell06)

    [featured_products per_page=”10” columns=”2”]

    That code worked. I will take a look at blocks. Thanks

    Thread Starter smaxwell06

    (@smaxwell06)

    I used the code [featured_products per_page=”10” columns=”2”] and tried to add 12 items to my home page featured products but I am limited to 10.

    I added this to my home page code:

    [featured_products per_page=”12” columns=”2”]

    I played with the columns too, but limited to 10.

    Page is magnumsafetyproducts.com

    Thanks

    Can you try following:

    [featured_products paginate="true" per_page=”12” columns=”2”]

    Thread Starter smaxwell06

    (@smaxwell06)

    I replaced the code with:

    [featured_products paginate=”true” per_page=”12” columns=”2”]

    Now I have 10 featured products on first page and 2 items on a new second page. There is plenty of room on page 1 to add all 12 items, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I add Featured Products section to Home Page’ is closed to new replies.