• Hi! Im using this awesome theme. Everyting was working just fine, but suddenly the Search engine doesnt find anything.

    Its not working. How can I fix it?

    My searchform.php is like this:

    <?php
    /**
    * Displays the searchform of the theme.
    *
    * @package ThemeGrill
    * @subpackage ColorMag
    * @since ColorMag 1.0
    */
    ?>
    <form action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” class=”search-form searchform clearfix” method=”get”>
    <div class=”search-wrap”>
    <input type=”text” placeholder=”<?php esc_attr_e( ‘Search’, ‘colormag’ ); ?>” class=”s field” name=”s”>
    <button class=”search-icon” type=”submit”></button>
    </div>
    </form><!– .searchform –>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Search not working’ is closed to new replies.