display post format text in loop
If post format is Gallery or another then echo my custom text. Get post format from post id. I want to do like this code in wordpress post loop
if (isset(get_post_format(gallery))){
echo 'Gallery';
}
Thanks.
Topic post-formats loop gallery Wordpress
Category Web