Skip to content

Instantly share code, notes, and snippets.

@AnnaCrumina
Forked from crumina/functions.php
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save AnnaCrumina/6c70c60f870a094e4b11 to your computer and use it in GitHub Desktop.

Select an option

Save AnnaCrumina/6c70c60f870a094e4b11 to your computer and use it in GitHub Desktop.
<?php
function _remove_meta_from_posts() {
remove_action('reactor_post_header', 'reactor_do_post_header_meta', 3);
}
add_action( 'init', '_remove_meta_from_posts', 1 );
@AnnaCrumina

Copy link
Copy Markdown
Author

remove author and category info from blog page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment