I am trying to create a custom search results page.
I have successfully embedded a Zoom V4 search form in my navigation and I have also created a custom search page (with additional searches, like Google and Amazon). I have modified the search results template with a header and ad banner, and some custom CSS.
But what I really want to do, and have so far failed to do, is embed the search results in my page template. The site (on my own dedicated server) uses html pages that are parsed as php so I can include php includes. My page template includes 4 php includes that bring in the header, footer, and right and left side columns. The content is hard coded html which I place manually into the center of the template.
When I modify the Zoom search results template, the php includes either fail to appear, or the search results appear below my page template (made up of four includes and a blank content area).
I've looked at several solutions offered on your website and in the manual but I guess I don't fully understand the explanations. Perhaps you can clarify that what I want to do is actually possible, and if so, how to do it.
Thanks.
I have successfully embedded a Zoom V4 search form in my navigation and I have also created a custom search page (with additional searches, like Google and Amazon). I have modified the search results template with a header and ad banner, and some custom CSS.
But what I really want to do, and have so far failed to do, is embed the search results in my page template. The site (on my own dedicated server) uses html pages that are parsed as php so I can include php includes. My page template includes 4 php includes that bring in the header, footer, and right and left side columns. The content is hard coded html which I place manually into the center of the template.
When I modify the Zoom search results template, the php includes either fail to appear, or the search results appear below my page template (made up of four includes and a blank content area).
I've looked at several solutions offered on your website and in the manual but I guess I don't fully understand the explanations. Perhaps you can clarify that what I want to do is actually possible, and if so, how to do it.
Thanks.
Comment