Remove Tags and Categories (Post Meta) Using Genesis Framework
If you use the Genesis framework and want to remove the tags and categories from being displayed, use this snippet:
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
If you use the Genesis framework and want to remove the tags and categories from being displayed, use this snippet:
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );