Thanks for your help.
The code:
$cat = Category::newInstance()->findByPrimaryKey($search_cat_id);
echo @$cat['s_description']
The code works great!
I would like to just show the description text on just the first page of search results, not on the second or more pages.
Can anyone suggest the additional code to use?
Also, what would be good is if I could use a location tag in the description text to help with SEO.
For example text:
This is a description of my category in <location> .
Would show:
This is a description of my category in London.
Can anyone suggest a solution?
Many thanks