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

    (@draig)

    I resolved this particular case another way, but I would still like to understand how to do this… how do I exclude format=quote?

    Or in the general, how do I exclude a single term for a custom taxonomy that may have 20 terms?

    Plugin Author Eliot Akira

    (@miyarakira)

    To exclude a taxonomy term:

    [loop taxonomy=tax term=something compare=not]

    This wasn’t clear in the documentation, so I updated it.

    For post formats, it’s possible to set taxonomy=post_format term=post-format-X where X is the post format slug. In the newest plugin update, I added a shorter way:

    [loop taxonomy=format term=quote compare=not]
    Thread Starter draig

    (@draig)

    ahhh… I was close to the right syntax, but not quite

    Thanks for the clarification

    and this is a clearer method and good improvement

    [loop taxonomy=format term=quote compare=not]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘post loop exclude format quote’ is closed to new replies.