to remove some cities deleted the region and then added the goa again , add region is showing goa and i added it again without changing name and again it started showing cities under it in admin area, but in theme sidebar it is not showing up,
<div class="navigation">
<?php if(osc_count_list_regions() > 0 ) { ?>
<div class="box location">
<h3><strong><?php _e("Location", 'modern'); ?></strong></h3>
<ul>
<?php while(osc_has_list_regions() ) { ?>
<li><a href="<?php echo osc_list_region_url(); ?>"><?php echo osc_list_region_name(); ?></a> <em>(<?php echo osc_list_region_items(); ?>)</em></li>
<?php } ?>
</ul>
</div>
<?php } ?>
</div>
why the regions is added again in admin section but not showing in theme, help me