How do I remove the entry-categories from my post page?

Homepage Community Forums Legacy Theme Support How do I remove the entry-categories from my post page?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7724
    #7725
    Wes
    Moderator

      You can add this to your functions.php file –

      //* Remove the entry meta in the entry footer (requires HTML5 theme support)
      remove_action( 'genesis_entry_footer', 'genesis_post_meta' );

      This comes from the Genesis Framework documentation which is all covered here – http://my.studiopress.com/snippets/entry-footer/#remove-entry-meta in the Code Snippets section.

      There are many more tutorials and code snippets on StudioPress which can be found here – http://my.studiopress.com/

    Viewing 2 posts - 1 through 2 (of 2 total)
    • You must be logged in to reply to this topic.