I’m trying to remove the “tags” and “categories” at the bottom of my posts – the meta entry.
I’ve read through most of the other threads on removing it and have tried just about every combination of code in my functions.php, and it sill won’t remove.
I’ve tried:
//* Remove the entry meta in the entry footer (requires HTML5 theme support)
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
//* Remove the entry meta in the entry header (requires HTML5 theme support)
remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
But no luck.
Here’s an article on my site: http://www.eatingthaifood.com/2014/01/rasa-khas-indonesian-restaurant-in-bangkok/
Any ideas on how to remove it? Thank you for your help!