• I am able to add categories : [product_categories number=”3″ orderby=”id” ids=”113″ ]

    But unable to add specific product and blogs. Can someone please help with the command for the same?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Shiriish,
    You can add specific product using shortcode provided by woocommerce as
    [product id=”1″] for a single product
    and for listing miltiple products use :
    [products ids=”1, 2, 3, 4, 5″]
    Thanks

    Thread Starter shiriish

    (@shiriish)

    thank you for your reply. can you please write the exact format for me?

    Hi shiriish

    If you want to list product in wordpress pages then you can write as :

    [products ids=”1, 2, 3, 4, 5″] where 1, 2, 3, 4, 5 are ids of products which you want to list on that page.

    If you want to write in code then you can write following php code in file :

    echo do_shortcode(‘[products ids=”1, 2, 3, 4, 5″]’);

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Add Specific Products on Homepage?’ is closed to new replies.