morganestes
8/6/2013 - 4:45 PM

chat help for John234

chat help for John234

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