- This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › Removing ta
Tagged: tags
Sorry me again. I can’t figure out how to remove the “Filed Under” and “Tagged With” things. Some posts like this one have so many, and they don’t look great on each page.
Thanks.
http://www.chasingthedonkey.com/what-to-do-on-holidays-in-croatia/
Add the following code in your functions.php file . File is locating at wp-content/themes/flex
remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );
remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
Perfect, thanks it worked.