• Resolved wprojects

    (@wprojects)


    Hi!

    I have to create a view in a WordPress template where I highlight a featured product in the header with [featured_products] and show all the other remaining products in a section below the header. I need to list all products with [products orderby=”rand”] without the featured one, because this one is shown in the header of the page already.

    [HEADER]
    [featured_products]
    [/HEADER]
    
    [BODY]
    [products orderby="rand"] <em>(without the featured one, otherwise duplicated product)</em>
    [/BODY]

    Any way to do this?

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce (WordPress) – Hide featured product from products’ is closed to new replies.