Form not displaying search results – No results found
-
Hi,
I have a created a search form on a page template of my WordPress website which id like to search a specific category of DL-Monitor downloads & display the results.
I have used the following:
<form id="searchform" action="<?php echo site_url('/'); ?>" method="get"> Search: <input class="inlineSearch" type="text" name="s" placeholder="Webinars"/> <input type="hidden" name="post_type" value="dlm_download" /> <input type="hidden" name="dlm_download_category" value="technical-webinars"/> <input class="search-webinars-bt" id="searchsubmit" type="submit" alt="Search" value="Search"/> </form>
for the HTML but when i click the submit button i get no results found.
I have also noticed in the Download monitor backend, if i click any of the Category titles or tags in there i get the same problem. Does anyone know what could be causing this?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Form not displaying search results – No results found’ is closed to new replies.