• Resolved vesnama

    (@vesnama)


    Hello,
    I cannot figure out how to filter multiple selection relationship field related to posts table. I wish to have listed only posts from specific category.
    I tried this: t.category.slug = “radovi”
    But the admin page goes broken.
    I believe I’m using wrong syntax for filtering individual category of posts?

    Thank you for your help.

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

    (@keraweb)

    Hi @vesnama

    I believe the t. prefix isn’t required for a taxonomy filter.

    Cheers, Jory

    Thread Starter vesnama

    (@vesnama)

    Without t. also breaks admin page. ??</img>
    SOLVED it works without t. but quotation marks were wrong:

    t.category.slug = “radovi”

    Correct:
    t.category.slug = “radovi”

    ??</img>??</img>??</img>

    • This reply was modified 2 years, 2 months ago by vesnama.
    Plugin Author Jory Hogeveen

    (@keraweb)

    What are you doing exactly? Shortcodes etc. are usually only used on the front-end.

    Thread Starter vesnama

    (@vesnama)

    You are fast ??</img>
    I edited my reply, look above ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where in Relationship options’ is closed to new replies.