"Choose a category" ) : $my_query = new WP_Query('category_name=' . get_option("be_feat_cat") . '&posts_per_page=1');
else : $my_query = new WP_Query('category_name=featured&posts_per_page=1'); endif ; ?>
have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>
', the_post_thumbnail( '620' ), ''; endif ?>
"" ) : echo '' . get_option('be_featured_text') . '
'; endif ; ?>
ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>