publish; query_posts($my_id.” );
while ( have_posts() ) : the_post();
echo ‘

‘;
the_title();
echo ‘

‘;
the_content();
endwhile;
wp_reset_query();
?>