Title: Replace hidden text
Last modified: August 31, 2016

---

# Replace hidden text

 *  Resolved [onirgoc](https://wordpress.org/support/users/onirgoc/)
 * (@onirgoc)
 * [10 years ago](https://wordpress.org/support/topic/replace-hidden-text/)
 * Hello,
 * is it possible to replace hidden text by something ? by exemple “This part his
   hidden”
 * Thanks
 * [https://wordpress.org/plugins/hide-this/](https://wordpress.org/plugins/hide-this/)

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

 *  Thread Starter [onirgoc](https://wordpress.org/support/users/onirgoc/)
 * (@onirgoc)
 * [10 years ago](https://wordpress.org/support/topic/replace-hidden-text/#post-7425090)
 * Find a very simple way to do this. Exemple:
 *     ```
       [hide for="logged"]<em>Please login</em>[/hide]
       [hide for="!logged"]New post[/hide]
       ```
   
 * But it looks like hide this replace hidden text by `</br>’
 * How can I avoid this bcause it create bad text design ?
 *  Thread Starter [onirgoc](https://wordpress.org/support/users/onirgoc/)
 * (@onirgoc)
 * [10 years ago](https://wordpress.org/support/topic/replace-hidden-text/#post-7425098)
 * mmm…easy ! : do not let space between the two hidden part if you use visual composer
   otherwhise VC will add space:
 * > [hide for=”logged”]_Please login_[/hide][hide for=”!logged”]New post[/hide]
 *  Plugin Author [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * (@andrezrv)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/replace-hidden-text/#post-7425308)
 * Yes, that’s exactly the way you should do it. The issue with spacing has a lot
   more to do with the way WordPress parses the markup from shortcodes than how 
   particular shortcodes process their own HTML, so having any shortcode in a separated
   line will cause an additional line break.

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

The topic ‘Replace hidden text’ is closed to new replies.

 * ![](https://ps.w.org/hide-this/assets/icon-256x256.png?rev=1638288)
 * [Hide This](https://wordpress.org/plugins/hide-this/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-this/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-this/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-this/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-this/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-this/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/replace-hidden-text/#post-7425308)
 * Status: resolved