Dear Sir,

i have search in my page, then after show print my post array

{php}
echo "<pre>";
{/php}
{$smarty.post|@print_r}

Results :
Array
(
[Category_ID] => 126
[built] => Array
(
[from] => 1997
[to] => 2015
)

[price] => Array
(
[from] => 1
[to] => 1500
)

[Kilometer_Reading] => 0
[Warranty_Available] => 0
)

i want Category_ID, name make or model.

please guide me how can got this name in search listing page.