Hi,
Can anyone help with some search problems? My skills are lacking.
I have a simple search box/page that populates a results page, but when I click a search result instead of taking the reader to the article it takes them to a blank page. (half way through revamp so the blank page is based on old design)
Code here:
{exp:search:search_results switch="resultRowOne|resultRowTwo"}
<tr>
<td class="{switch}" width="80%" valign="top"><b><a href="http://{auto_path}">{title}</a></b></td>
<td class="{switch}" width="20%" valign="top">{entry_date format="%m/%d/%y"}</td>
</tr>
{/exp:search:search_results}The results page is here:
http://www.stroodacademy.org/index.php/sitesearch/results
Is this possible?
Thanks,
Ben