I’ve created for one of my blogs a customised search results template, and search index template.
The problem is in the search link at the top of the search results template (this is on the standard one).
This is the code I have there..
<h1 class=“title”> <a href=”{homepage}”>{exp:weblog:weblog_name weblog=“music”}</a> › <a href=”{path=music/search_index}”> {lang:search}</a> › {lang:search_results}</h1>
<p>You searched for <strong>{exp:search:keywords}</strong>, and I found {exp:search:total_results} entries containing that.</p>
Much of that is from the original template, but the link to the search page I’ve changed to reflect the music template group, and the search_index template. But clicking that link on the search results page just takes you to the site index page.
What have I missed?
The blog is at http://the-onion.net/weblog/
This is a link to a search results page here - I hope that will work, if not, and you want to see, I’m sure you can figure out how to search ![]()
The search index page I’m trying to reach isn’t formatted properly yet, so please ignore the mess ![]()
