Title: termik's Replies | WordPress.org

---

# termik

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I limit my search on post's title only?](https://wordpress.org/support/topic/how-do-i-limit-my-search-on-posts-title-only-1/)
 *  Thread Starter [termik](https://wordpress.org/support/users/termik/)
 * (@termik)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/how-do-i-limit-my-search-on-posts-title-only-1/#post-3335709)
 * Aaron, could you give me a link to this plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Regex] Error with WP 3.5](https://wordpress.org/support/topic/error-with-wp-35-36/)
 *  [termik](https://wordpress.org/support/users/termik/)
 * (@termik)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/error-with-wp-35-36/#post-3290983)
 * Hey,
 * I also got this problem after upgrading WP to 3.5.
 * I found some solutions, but with every plugin you need to edit this one line 
   differently:
 *     ```
       //OLD:
       $wpdb->prepare( "SELECT * FROM some_table WHERE ID = $id AND name = $name" );
       //NEW:
       $wpdb->prepare( "SELECT * FROM some_table WHERE ID = %d AND name = %s", $id, $name );
       ```
   
 * I don’t have idea how to edit this…

Viewing 2 replies - 1 through 2 (of 2 total)