Sorry but sitemile support sucks is worst support i ever met thats why i am asking here
QUOTE=cluelessPHP;11056915]Could try adding some extra code to cope with the search
if($job_sort == 'your search here')
{
$views_inner = " INNER JOIN ".$prefix."postmeta meta7 ON (posts.ID = meta7.post_id) ";
$views_where = " AND (meta7.meta_key = 'max_days' ) AND (meta7.meta_value = '1' ) ";
$views_sort = " meta7.meta_value+0 DESC , ";
}
So what ever is in your database table relating to featured jobs, it's a WordPress theme, support for it should be available at
http://sitemile.com/category/pricerr-theme/[/QUOTE]