Search not Working
-
Hi, My Search functionality has stopped working. I don’t understand what’s going on.
Although I coded the theme myself, I copied the search functionality from another theme. Now it’s broken and I don’t know why!
Here is the code: <?php /*?><!-----------------------SEARCHFORM.php---------------------------><?php */?> <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" class="textinput" id="s" /> <br></br><input type="submit" class="searchsubmit" id="s2" value="Search" /> </div> </form>
Any idea what is wrong? My page is at https://www.vikingprincess.net. The search box is at the top right corner. The search form is called searchform.php
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Search not Working’ is closed to new replies.