Osclass Support Forums

Osclass theme support => CareerJob Osclass Jobs Theme => Topic started by: SMS on June 25, 2022, 07:39:13 AM

Title: How to change location display from regions to cities on home page
Post by: SMS on June 25, 2022, 07:39:13 AM
Hello,

I would like to change the location from regions to cities where it shows just top 10 or 12 cities. The reason is that I am planning to provide service in just 1 region and there is no point for me to have that location displayed just for 1 region. So, I would like to know how can I change from regions to cities.
Title: Re: How to change location display from regions to cities on home page
Post by: MB Themes on June 30, 2022, 11:06:54 AM
@SMS
in inc.search.php you must update:
Code: [Select]
RegionStats::newInstance()->listRegions('%%%%', '>', 'i_num_items DESC')
osc_search_url(array('page' => 'search', 'sRegion' => $r['pk_i_id']))
$r['s_name']