Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #601 from troychaplin/add/missing-post-formats
Browse files Browse the repository at this point in the history
add: aside, chat, status post formats

Co-authored-by: troychaplin <[email protected]>
  • Loading branch information
carolinan and troychaplin authored Oct 21, 2024
2 parents 7dfa99f + 9e4730e commit 5580e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @return void
*/
function twentytwentyfive_post_format_setup() {
add_theme_support( 'post-formats', array( 'audio', 'gallery', 'image', 'link', 'quote', 'video' ) );
add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
}
endif;
add_action( 'after_setup_theme', 'twentytwentyfive_post_format_setup' );
Expand Down

0 comments on commit 5580e1e

Please sign in to comment.