Site logo

Archived topic

line breaks in author info

2 replies · Started by Anil on May 5, 2019

Viewing posts 1–3 of 3

please guide to have line breaks in author info

add_filter( 'get_the_author_description', 'tu_author_desc_autop' );
function tu_author_desc_autop( $output ) {
    return wpautop( $output );
}

Glad you got it working - thanks for posting the code :)

This archived topic is closed to new replies.