Tagged Questions
0
votes
1answer
487 views
Help altering a query to exclude all but standard post format
I feel like I've been banging my head against the keyboard for a week with this problem. I'm trying to change my current query on my home page to show only posts that are set as standard posts using ...
5
votes
4answers
2k views
Display/query post formats
WP 3.1 has everyone excited, if somewhat confused, about post formats.
Enabling new post formats
The issue of enabling post formats has been covered at length. It's as simple as adding this line to ...
6
votes
2answers
3k views
How do I query by post format in WordPress 3.1
I am trying to query for all posts with a post format of 'quote.' I have added the post formats to my functions.php with
add_theme_support( 'post-formats', array( 'image', 'video', 'gallery', 'quote' ...