Skip to content

Commit

Permalink
Merge pull request #96 from ScottKillen/enablechat
Browse files Browse the repository at this point in the history
Enable support for the 'chat' post format.
  • Loading branch information
pfefferle authored Oct 16, 2023
2 parents 8a6f00b + 9e851e7 commit 6e038e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sempress/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function sempress_setup() {
) );

// Add support for the Aside, Gallery Post Formats...
add_theme_support( 'post-formats', array( 'aside', 'gallery', 'link', 'status', 'image', 'video', 'audio', 'quote' ) );
add_theme_support( 'post-formats', array( 'aside', 'gallery', 'link', 'status', 'image', 'video', 'audio', 'quote', 'chat' ) );

/**
* This theme supports jetpacks "infinite-scroll"
Expand Down

0 comments on commit 6e038e8

Please sign in to comment.