I've attempted to customize search_template.html but I must have made a mistake somewhere because it's not producing any results. Before I customized it it was working fine.
What I did was take a file from my site -- which has a header, footer, sidebar, main content area and links -- and add in the content from the search_template file.
I put the meta info in the <head> and added the css to some other <style>s I'm using.
I then added the "onload" line to the <body> tag.
Finally, I added the "Search this site" text to a DIV.
Then, I renamed the file and put it back on the server.
But when I run a search, all I get is the "Search this site" text, no results.
Thanks to anyone who can shed some light.
What I did was take a file from my site -- which has a header, footer, sidebar, main content area and links -- and add in the content from the search_template file.
I put the meta info in the <head> and added the css to some other <style>s I'm using.
I then added the "onload" line to the <body> tag.
Finally, I added the "Search this site" text to a DIV.
Then, I renamed the file and put it back on the server.
But when I run a search, all I get is the "Search this site" text, no results.
Thanks to anyone who can shed some light.
Comment