Title: mickerlodeon's Replies | WordPress.org

---

# mickerlodeon

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

 *   [Profile](https://wordpress.org/support/users/mickerlodeon/)
 *   [Topics Started](https://wordpress.org/support/users/mickerlodeon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mickerlodeon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mickerlodeon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mickerlodeon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mickerlodeon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mickerlodeon/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: [Searching with Ampersands](https://wordpress.org/support/topic/searching-with-ampersands/)
 *  Thread Starter [mickerlodeon](https://wordpress.org/support/users/mickerlodeon/)
 * (@mickerlodeon)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/searching-with-ampersands/#post-1230154)
 * After running my site through an HTML validator it was showing a few errors.
 * Adding “amp;” after the first ampersand inside the onsubmit attribute and changing“
   onSubmit” to “onsubmit” fixed all of them.
 * Here’s the new code:
 * onsubmit=”s.value = s.value.replace(‘& amp;’,’& amp; amp;’); submit();”
 * (no spaces before the “amp;”s)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Searching with Ampersands](https://wordpress.org/support/topic/searching-with-ampersands/)
 *  Thread Starter [mickerlodeon](https://wordpress.org/support/users/mickerlodeon/)
 * (@mickerlodeon)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/searching-with-ampersands/#post-1230153)
 * This does work for me, even with WordPress’ built in search. Just adding the 
   onSubmit attribute solved the issue for me, searching for AT&T now brings up 
   the results that it should.
 * When writing ampersands in WordPress’ post title box I still have to add the “
   amp;” otherwise my pages don’t validate. WordPress should really deal with that
   for me.
 * And, after hitting enter to submit the search form “AT&T” turns into “AT& amp;
   T” (no spaces) before the page reloads. This isn’t a perfect solution, because
   a perfect solution would be for WordPress to deal with this natively. But, at
   least it works now.
 * [@mrtemple](https://wordpress.org/support/users/mrtemple/) Thanks for all your
   hard work, I’ve been searching for a solution to this problem for a couple of
   months now and haven’t even found any discussion of it. I’ve found the same problem
   on other WordPress sites and it’s almost as if no one knows that the problem 
   exists.

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