Retreats
< ?php if ($author = get_post_meta($post->ID, ‘author’, true)) :
query_posts(“author={$author}&post_status=publish&post_type=post&showposts=3”);
if ( have_posts() ) : ?>
< ?php while ( have_posts() ) : the_post(); ?>
” title=”< ?php the_title_attribute(); ?>“>< ?php the_title(); ?>
< ?php endwhile; ?>
< ?php endif; ?>
< ?php else: ?>
This person doesn’t have a blog yet.
< ?php endif; ?>
< ?php wp_reset_query(); ?>