Support › Forums › Sunshine Pro Theme › Remove date and post author fields › Reply To: Remove date and post author fields
August 19, 2016 at 6:20 pm
#1208
Moderator
Add following code at the bottom of functions.php file
//* Remove the post info function
remove_action( 'genesis_before_post_content', 'genesis_post_info' );