Advertisement:

Author Topic: deleted a region from the admin section (goa) then added it again but not showin  (Read 388 times)

mandi007

  • Full Member
  • ***
  • Posts: 204
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

mandi007

  • Full Member
  • ***
  • Posts: 204
any help why not showing the cities, which i deleted and readded in sidebar