• Resolved frogy6

    (@frogy6)


    How can i display lift of 1 particular file type?

    Tried
    [sell_downloads_product_list filter_by_type=”music”..]
    [sell_downloads_product_list type=”music”..]
    [sell_downloads_product_list types=”music”..] no luck

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter frogy6

    (@frogy6)

    Typo: *list

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Sorry for the late, after the modifications in the WordPress forum, I have not been receiving the notifications for new entries.

    In reality you should use the store’s shortcode, and not the shortcode for products list, because it is included only in the pro version of the plugin and allows selecting only between: the newest products, the top rated, or most sold. So, the shortcode you need would be:

    [sell_downloads type="music"]

    Please, be sure to create the type of product: music

    Or if the id of the product’s type: “music” is for example the number 10

    [sell_downloads type="10"]

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display only 1 file type’ is closed to new replies.