My search works on home page but not sub pages
-
This doesn’t work.
https://www.kensavage.com/index.php/contact-ken-savage/?s=+Polyphasic
Comes up with a 404But this does:
https://www.kensavage.com/?s=+PolyphasicI can see that it’s the url but why doesn’t this work on sub pages. Here’s the code calling the search field:
Search this site:<?php include(TEMPLATEPATH . '/searchform.php'); ?>
and the include:
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>"> <input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /> <input type="submit" id="searchsubmit" value="Go" /> </form>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘My search works on home page but not sub pages’ is closed to new replies.