> <?php wp_title( '|', true, 'right' ); ?> >

1, ) ); while ( $my_query->have_posts() ) { $my_query->the_post(); $title = get_userdata( $post->post_author ); } echo $title->display_name; } ?>