• Resolved Jens Jakobsen

    (@jensjakobsen)


    Hi

    I want to mix:
    customfield_name with customfield_display in the shortcode, like the example below:

    [catlist name=”Bedømmelse” customfield_name=”Bryggeri” customfield_value=”Carlsberg” customfield_display=”Karakter” customfield_orderby=”Karakter” order=desc customfield_display_name=”no”]

    Apparently there needs to be a consistency across the entire shortcode, meaning, if I start out with a customfield_name such as customfield_name=”Bryggeri”, I can’t mix it with e.g.: customfield_display=”Karakter”

    Is that true?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jens Jakobsen

    (@jensjakobsen)

    Any help would be appreciated. Is this community-driven support, or will the developer do support as well?

    Hi, I think you may have misunderstood what customfield_name, _display,_value actually do.

    customfield_name says which customfield you are talking about.
    customfield_value says select only those posts which have that particular value in the field you have specified by customfield_name
    customfield_display says which fields you want shown

    So, far from not allowing ‘mixing’, it is essential that customfield_value appears if customfield_name appears, otherwise there is no point in it.

    customfield_display is independent of both these

    Can you post examples of the shortcode said you have tried?

    Plugin Contributor zymeth25

    (@zymeth25)

    The issue was fixed and is no longer present in v0.76

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom fields – different mix of criteria, orderby and display not possible’ is closed to new replies.