' ); printf( '' . __( '%s', 'something-fishy' ) . '', '' . get_the_author() . '' ); printf( '' . __( '%s', 'something-fishy' ) . '', '' . get_the_author_meta( 'user_url', get_the_author_meta( 'ID' ) ) . '' ); printf( '' . __( '%s', 'something-fishy' ) . '', get_the_author_meta( 'user_description', get_the_author_meta( 'ID' ) ) ); print( '
' ); printf( '%1$s', get_avatar( get_the_author_meta( 'ID' ), '60' ) ); ?>