• Hello,

    How to search text in wordpress ?

    website search

    search.php

    <div id="search"><form action="<?php echo home_url('/'); ?>">
    <input type="text" class="searchbox" name="s" value="Search" onFocus="if (this.value=='Search')this.value='';" onBlur="if (this.value=='')this.value='Search'" />
    <input type="image" src="<?php echo get_stylesheet_directory_uri(); ?>/images/searchbutton.png" class="searchbox_submit" value="" />
    </form></div>

    I tested the seach box and it still unable to search anything. Why is it ?

  • The topic ‘Search in wordpress’ is closed to new replies.