Loop – exclude post with TAG… How to?
-
Hi,
tanks for the plugin, it is great!How can I exclude a post in a loop that contains a certain tag?
I’d like to show a specifice search results block, then some general posts from the same category.Foods contain apple and orange.
1:
[loop category=”fruits” tag=”apple” tag=”orange” count=5]
[field title-link]
[/loop]2:
Foods contain apple, but don’t orange
[loop category=”fruits” tag=”apple” – how can exclude posts with tag: orange? – count=5]
[field title-link]
[/loop]Result1:
Orange and apple pie 1 …
Orange and apple pie 2 …Result2:
Orange and apple pie 1 …
Orange and apple pie 2 …
Apple pie with grape …
Apple pie with lemon …The problem is, there are duplicated results. How could be the Result2 only:
Apple pie with grape …
Apple pie with lemon …I’d like to list some posts that contain
apple and several other fruits (I can’t add all tags to filter!), but don’t contain orange.Thanks
Richie
The topic ‘Loop – exclude post with TAG… How to?’ is closed to new replies.