Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active December 11, 2016 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/b3c6ab41f9c3d95e0c912efcbe94b272 to your computer and use it in GitHub Desktop.
Save braddalton/b3c6ab41f9c3d95e0c912efcbe94b272 to your computer and use it in GitHub Desktop.
add_filter( 'genesis_post_meta', 'sp_post_meta_filter' );
function sp_post_meta_filter( $post_meta ) {
$post_meta = '[post_categories] [disclosure] [post_tags]';
return $post_meta;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment