Skip to content

Instantly share code, notes, and snippets.

@clreed87
Last active February 12, 2018 03:43
Show Gist options
  • Save clreed87/94d2458861606d1924a3b72d7f34fadd to your computer and use it in GitHub Desktop.
Save clreed87/94d2458861606d1924a3b72d7f34fadd to your computer and use it in GitHub Desktop.
Add support for status post format
<?php
// Do not include the opening php tag.
//* Add support for status post format
add_theme_support( ‘post-formats’, array(
‘status’,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment