Reply To: Remove ByLine

Homepage Community Forums Optimal Theme Support Remove ByLine Reply To: Remove ByLine

#3270
Wes
Moderator

    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' );