Support › Forums › Flex Theme › Removing ta › Reply To: Removing ta
June 14, 2015 at 1:53 pm
#307
Moderator
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' );
-
This reply was modified 7 years, 12 months ago by
Chinmoy Paul.