Homepage › Community Forums › Optimal Theme Support › Remove ByLine › Reply To: Remove ByLine
To completely remove the post info, add this to your functions.php file of the child theme –
/** Remove the post info function */ remove_action( 'genesis_before_post_content', 'genesis_post_info' );