Title: klooj's Replies | WordPress.org

---

# klooj

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hide Title] When I hide the title my navigation is mixed up.](https://wordpress.org/support/topic/when-i-hide-the-title-my-navigation-is-mixed-up/)
 *  [klooj](https://wordpress.org/support/users/klooj/)
 * (@klooj)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/when-i-hide-the-title-my-navigation-is-mixed-up/#post-8570009)
 * This has gotten a bit old but, I thought I would share how I fixed this problem.
   I assume you are using the Hide Title plugin from dojodigital.
 * On or about line 117, change:
 * return $content;
 * to
 * return htmlspecialchars_decode($content);
 * Worked for me.

Viewing 1 replies (of 1 total)