Show all posts except certain ones
-
I have a situation where I want to show all posts in one loop on a page except ones of a certainly post_format (not sure if this is a custom taxonomy created by my theme or a built in one).
And then in another loop I want to show all of the posts from that post_format.
I’ve got the second loop working:
[loop type="post" taxonomy="post_format" value="post-format-link"] [content field="title"] [/loop]
But I don’t really know how to do the first loop, or even if I can without adding some sort of custom field. Regular posts are just set to a format of “standard” which doesn’t add a post_format to the post at all.
https://www.ads-software.com/plugins/custom-content-shortcode/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Show all posts except certain ones’ is closed to new replies.