Tagged Questions
0
votes
1answer
181 views
Exclude post formats in custom loop
I'm trying to exclude all post formats but standard from a page template loop that displays 4 latest posts. For some reason I can't get the query to work.
This is my page template
global $paged, ...
0
votes
1answer
51 views
How can I prevent posts with no title showing up in my query?
How do I prevent posts with no title showing up in my query / loop ? ( I am doing aside, quote etc post-formats and I want to exclude title less posts from one particular loop)
I have nothing on ...
-1
votes
1answer
273 views
How to query posts from single post format on Genesis framework
How to query posts from single post format on Genesis framework? I want to just show posts from gallery post format only.
I tried this query:
<?php
$recent = new WP_Query(
...
1
vote
2answers
458 views
Does Wordpress generate an automatic page for post formats?
I want a page to view only a specific post format (e.g. aside).
Do I have to create my own page and run a custom query, or does Wordpress have an automatic page generated for me (like the ...