I hope this isn’t a stupid question, but I can’t find an answer. I just want to display (in the loop) what post format a post is in. I’m trying to avoid using a bunch of if / else if conditions.
I’m not trying to restyle the post based on format, just display “Gallery” or “Quote” or whatever the current post format is, given they are enabled for my current theme.
Try:
EDIT
Note, if you want a fail-safe output, try this:
Or, if you want to store it in a variable:
Codex ref: get_post_format(), get_post_format_string()