Jump to content

Featured listings on top, then order by distance


jmdundon

Recommended Posts

Hi-

 

I need search results to show featured listings on top, with the rest of the listings underneath ordered by distance. I see in helpers/jreviews.php:

 

	if(Configure::read('geomaps.enabled')==true) {
		$orderingList['distance'] = __t("Distance",true);
            if($selected=='') $selected = 'distance';
	}	

 

Any idea what to change to make this work?

Link to comment
  • 3 months later...
  • 5 years later...
×
×
  • Create New...