show a post from a specific post format
Yes, this can be done, but it’s quite some work, so I’m only going to give you the outline: First, if you look at the last example under taxonomy parameters of wp_query you will see that you can query post formats as a taxonomy. So you would look at something like this (untested) to get … Read more