• Resolved veltask

    (@veltask)


    Hello!

    I am not a coder, yet been doing ok with pods until the part of displaying the contant. I have managed to display the content, and also to group it in the pages by using WHERE in the short code and defining one of the taxonomies.
    YET – what is your advice in order to exclude specific pods (matching a specific charecteristic) from the list generated by the shortcode than includes WHERE?

    that would be like
    [pods name=”xxs” limit=”-1″ where=”status.meta_value=’yyy'” EXCLUDE???] so that it is not included if it matches yyy and ??? .

    I don’t know if I have been able to explain myself clearly enough… But I hope for some help…

Viewing 1 replies (of 1 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    This can be done with SQL notation:

    Either yyy or ???:
    status.meta_value = 'yyy' OR status.meta_value = '???'

    Cheers, Jory

Viewing 1 replies (of 1 total)
  • The topic ‘Pods Shortcode tips for Excluding specific pods’ is closed to new replies.