[insert_php] $misEntradas = new WP_Query( ‘author-name=frognum’ );
if ( $misEntradas->have_posts() ) :
while ( $misEntradas->have_posts() ):
$misEntradas->the_post();
endwhile;
endif;
[/insert_php]

[insert_php] the_title();[/insert_php]

[insert_php] query_posts($query_string . ‘showposts=3’); while ( have_posts () ) { the_post();
[/insert_php]

[insert_php] the_title();[/insert_php]

[insert_php] } ;[/insert_php]