• Just like it is possible for categories, is it possible to show an icon for each post format? I can’t find any info about it.

    Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Where? On the front end of your site? If so, this is controlled by your current theme.

    Thread Starter Alkorr

    (@alkorr)

    Hi esmi! On my homepage.

    But I think I will able to do that using:

    if ( has_post_format( 'video' )) {
      echo 'this is the video format';
    }

    I’ve found it in the Codex 🙂

    Thread Starter Alkorr

    (@alkorr)

    Or maybe it’s not the best way to do it?

    It seems working fine so far…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘A different icon for each Post Format’ is closed to new replies.