Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi guesssilk!

    There are a few ways of finding out. One way would be in the style.css file there is Tag post-formats that will be listed if your theme does support them. Another would be in the functions.php file. The theme would use add_theme_support( 'post-formats', array( 'link', 'quote' ) ) and in the array would list all the supported formats. Another way is in your post’s editor screen.

    Post formats support

    If you take a look at the provided image, you will see which ones are supported depending on your theme. Some have just an aside, and some will have more.

    Hope that helps!

    Thread Starter guesssilk

    (@guesssilk)

    Hi Jose,

    Where are these files located?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Do I Know | Post Formats’ is closed to new replies.