I have successfully managed to place a custom meta field into my search page and everything returns correctly. However I wish to place a search box and my custom meta field box on other pages of my website. At the moment if I search from a page that isn't my search page it will only return the search for the first box the search box. I think my problem is that it is not requesting my meta field. I have placed
<input type="text" name="zoom_query" size="20" />
within my form and this successfully requests the search box.
Then I placed
<input type="text" name="zoom_meta" size="20" />
To request my meta field. Do I have the name="zoom_meta" part right?
Thanks for any help you can give and hopefully the explanation of my problem makes sense.
Kelly
<input type="text" name="zoom_query" size="20" />
within my form and this successfully requests the search box.
Then I placed
<input type="text" name="zoom_meta" size="20" />
To request my meta field. Do I have the name="zoom_meta" part right?
Thanks for any help you can give and hopefully the explanation of my problem makes sense.
Kelly
Comment