chat help for John234
<?php $profile = get_the_author_meta( 'description' ); if ( $profile ) echo $profile; else echo 'No information';