In the company details page (detail template) I had modified the code to look like:
Code: Select all
{if $categorytext ne ''}
<tr style="padding-bottom:5px">
<td class="align_top"><strong>Categories:</strong></td>
<td class="align_top">{$categorytext}</td>
</tr>
{/if}
I have added the drop down on top of the page so they CAN sort by category but would love to be able to have it show when the page is listing all categories
am i missing some setting i need to change?

