Author: %s', 'black-white' ), '' . get_the_author() . '

' ); echo '

Posts pusblished: ' . count_user_posts( get_the_author_meta('ID') . '
' ); if ( get_the_author_meta('description') ) : // If a user has filled out their decscription show a bio on their entries printf(__( '
Biographical Info: %s', 'black-white' ), '
' . get_the_author_meta('description') . '

' ); else: printf(__( '
Biographical Info:
No description yet.

', 'black-white') ); endif; ?>
%s