Title: cinghiale's Replies | WordPress.org

---

# cinghiale

  [  ](https://wordpress.org/support/users/cinghiale/)

 *   [Profile](https://wordpress.org/support/users/cinghiale/)
 *   [Topics Started](https://wordpress.org/support/users/cinghiale/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cinghiale/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cinghiale/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cinghiale/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cinghiale/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cinghiale/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [search does not work consistently](https://wordpress.org/support/topic/search-does-not-work-consistently/)
 *  [cinghiale](https://wordpress.org/support/users/cinghiale/)
 * (@cinghiale)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/search-does-not-work-consistently/#post-940276)
 * I encounter the same issue with the French version.
    It seems like there is a
   bug in sidebar.php file. This file is located in : wp-content\themes\[your theme]
 * Here is the line, I’ve modified:
    <form id=”searchform” method=”get” action=”
   <?php bloginfo(‘home’); ?>”>
 * Here is the new line:
    <form id=”searchform” method=”get” action=”<?php bloginfo(‘
   home’); ?>**/**“>
 * I just add a ‘/’ at the end of action attribute.

Viewing 1 replies (of 1 total)