Couple of things to point out actually:
- It will add a class on
post_class()
so you can use different formatting via css. - In the case of Post Formats, the taxonomy is
post_format
and the terms arepost-format-{format}
. i.e.taxonomy-post_format-post-format-link.php
http://codex.wordpress.org/Template_Hierarchy - In
single.php
file you can use conditionals to have complete different html for each post format. - Hopefully there are more but can remember right now 😉
Related Posts:
- has_post_format() vs. get_post_format()
- How do I remove the post format meta box?
- Adding post-formats to Twenty Ten child theme
- Is there a real life use case for post formats except for microbloging?
- Renaming post formats after Gutenberg
- What is the recommended behavior for the post formats?
- Custom Post Formats
- Target all posts that are NOT aside or link post formats
- Filter the first from Quote Post Format
- Displaying all Video Post Formats to Page
- Display Post Format as a String
- Different markup for each post format
- How to recognise on which site the content is being rendered?
- post formats – how to get the relevant content part?
- Post formats for Pages not saving
- Is there any problem if I use get_template_part like this?
- How can I remove the first video from a post and feature it?
- previous_post_link/next_post_link disappear when excluding by post_format
- Usage of post_formats
- how to get list of post formats supported by theme?
- Formatting Standard Post Format
- If post-format == ‘gallery’ conditional
- Adding new post format on plugin activation
- post formats – where’s the difference: “aside” vs. “status”?
- How to get the id or url of the image in an image post?
- About post format
- Smart post format loop problems
- “post-format” code snippets list [closed]
- wordpress post formats
- How to display quote format by preg_match function?
- I would like to have a quote page just to show quotes
- How to display list of video post on video section?
- Paste from word not preserving formatting
- How to treat post formats?
- Post formats and template hierarchy
- Change standard post format metabox
- Next Post Link in format
- Mass post format changer?
- Displaying cf post formats with oembed
- Custom formatting
- How do I query by post format in WordPress 3.1
- How to filter by post-format in admin?
- post formats – how to switch meta boxes when changing format?
- Custom Post Formats for Custom Post Types
- How to query posts of standard post format. For real
- Post Format Archive template name for theme folder?
- Get post only from ‘standard’ post format
- Changing “Enter title here” based on post format
- Post formats template
- Update caption for metabox gallery images
- How to show only Standard Format post in my custom taxonomy page -wordpress 3.8.1
- How to get post attachments in gallery post format template
- Change post format using custom field
- Removing the post format (type) slug
- Add URL field to the link post format
- How to create an archive for all posts that do not have a post format?
- How does WP detect format type (and can I make use of this)?
- How to generate a featured image from a video embeded in a metabox
- Strip shortcode from specific post types (formats)
- Hide meta box based on post format
- How to load a different header based on post format?
- Tumblr-like Post Types for WordPress
- Query different number of posts with different formats in one go
- How to query for posts without a post_format
- How to filter posts by format and category via url?
- WordPress As A Shared Items Collection
- How to filter posts by post format “standard” from wp-json api?
- show a post from a specific post format
- Remove certain post-formats from showing in blog?
- Set Post Format if find a string in title or post content
- URL of a custom post type’s post format archive?
- Include Post Format in permalink
- Exclude post format from navigation
- Is There a Difference Between Taxonomies and Categories?
- How to exclude post formats from wordpress recent posts in a tabs widget [closed]
- How to make the ‘delete’ button inactive on some categories?
- How to add meta box for current post format?
- Post format or Type for List Type Posts
- Icon over thumbnail according to post format
- Display the video of a post_format Video
- Make tag archive display post are ordered by post format
- Post archive for certain post format
- How to create Page templates for showing Blog posts in different layouts?
- Post Format Link Validation Error
- Adding link post format to theme and permalink to rss feed
- How can I correctly redirect user to the submitted post and define a template for each new post in WordPress?
- A better code for no post format?
- Help Combine These Two PHP Codes
- How can I convert everything from category X to have post format Link
- Post Format Link using Guttenberg
- Permalinks Question: Adding a prefix ONLY in front of all posts with the ‘video’ post format
- Return only one post format in index.php [duplicate]
- Query posts in current category but not attachment format
- Why is my custom post type shown in the wrong place?
- Style post formats differently on the home page
- An archive page without post format (just standard post)
- Custom single.php files for different post formats
- WordPress Post Format If Statement?
- Exclude post formats in custom loop
- How to customize Date Format for American visitors?