Comprar

query_posts("category_name=Estados");
while(have_posts()) : the_post();

$id = get_post_thumbnail_id();
$src = array_shift(wp_get_attachment_image_src($id, 'medium'));
$img = get_post($id);

” width=”160″ height=”96″ />
post_content ?>

endwhile;
wp_reset_query();
?>