I am using the sample search result that comes eith EE. I am trying to display category_name . How do I go about displaying the category name?
Thanks in advance .. the code is listed below.
{exp:search:search_results switch="resultRowOne|resultRowTwo"}
<tr>
<td class=”{switch}” width=“30%” valign=“top”>{title}</td>
<td class=”{switch}” width=“30%” valign=“top”>{excerpt}</td>
<td class=”{switch}” width=“10%” valign=“top”>{author}</td>
<td class=”{switch}” width=“10%” valign=“top”>{entry_date format="%m/%d/%y"}</td>
<td class=”{switch}” width=“10%” valign=“top”>{category_name}</td>
<td class=”{switch}” width=“10%” valign=“top”>{recent_comment_date format="%m/%d/%y"}</td>
</tr>
{/exp:search:search_results}