Support » Fixing WordPress » 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 http://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)
  • Um, the search function on your site is for Google. Works fine.

    Thread Starter vikinggal

    (@vikinggal)

    Hi! Thanks for checking!
    However, It took too long before anybody responded… I gave up on the WP Search and got the google search despite not being the biggest fan of google any longer…

    I had the same issue. it had to do with my theme, but I was not gonna give up and switch themes. I tried many different solutions and plugins cuz I dislike the google search so much.

    I found proper search and it worked for me. Found it through google.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search not Working’ is closed to new replies.