- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › How do I remove the entry-categories from my post page?
Tagged: entry-categories, entry-meta, legacy, post
Wes,
At the bottom of the post page ( http://medfirstmedical.com/2013/06/27/results-ready/ ), it shows:
Filed Under: Slider, Testimonials
I see the CSS code for this in the Style Sheet, but not the php page where I can remove it. Please advise. Thank you.
I wish there were move THEME OPTIONS so that I could just toggle the following options:
Show categories
Show author
Show date
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/