Title: Does it work when one reveal code is nested inside another?
Last modified: August 30, 2016

---

# Does it work when one reveal code is nested inside another?

 *  Resolved [ip11166](https://wordpress.org/support/users/ip11166/)
 * (@ip11166)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/does-it-work-when-one-reveal-code-is-nested-inside-another/)
 * I tried to put one collapsable./expanded list within the other but it did not
   work.
    If your plugin supports such functionality, can you please post the correct
   way to enclose one reval shortcode inside another?
 * I tried this but failed:
 * [reveal_link heading=”Click to expand/collapse details” id=”id1″]</p>
    [reveal
   heading=”noheading” id=”id1″]
 * Some text 1
 * [reveal_link heading=”Click to expand/collapse details” id=”id2″]</p>
    [reveal
   heading=”noheading” id=”id2″]
 * Some text 2
 * [/reveal]
 * Some more text 1
 * [/reveal]
 * Thank you!
 * [https://wordpress.org/plugins/simple-content-reveal/](https://wordpress.org/plugins/simple-content-reveal/)

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

 *  Plugin Author [David Artiss](https://wordpress.org/support/users/dartiss/)
 * (@dartiss)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/does-it-work-when-one-reveal-code-is-nested-inside-another/#post-6586487)
 * I’ve never tested this but will do so and see if it’s easily fixable.
 * David.
 *  Thread Starter [ip11166](https://wordpress.org/support/users/ip11166/)
 * (@ip11166)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/does-it-work-when-one-reveal-code-is-nested-inside-another/#post-6586506)
 * Please check. This would be awesome if it could! I will be really anxious to 
   have it confirmed and rush to give 5 stars to your excellent plugin 🙂
 * Hope this should not be a big problem to make sure that one expanding list could
   be inserted into another like this:
 * [reveal heading=”%title%” id=”id1″ title1=”Click to expand details” title2=”Click
   to collapse details”]
 * Text for id1
 * [reveal heading=”%title%” id=”id2″ title1=”Click to expand details” title2=”Click
   to collapse details”]
 * Text for id2
 * [/reveal]
 * Text for id1 contd…
 * [/reveal]
 *  Plugin Author [David Artiss](https://wordpress.org/support/users/dartiss/)
 * (@dartiss)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/does-it-work-when-one-reveal-code-is-nested-inside-another/#post-6586509)
 * Just done it. The following worked (i.e. one inside another)…
 *     ```
       [reveal heading="<h2>%image% Some Blah Content Below</h2>" id="id1"]
       Blah, blah, blah content here
       [reveal heading="<h3>%image% Some More Blah Content Below</h2>" id="id2"]
       Blah, blah, blah more content here[reveal]
       [/reveal]
       ```
   
 * You just need to be careful of those end tags.
 * David.
 *  Thread Starter [ip11166](https://wordpress.org/support/users/ip11166/)
 * (@ip11166)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/does-it-work-when-one-reveal-code-is-nested-inside-another/#post-6586563)
 * Great, thank! Go to reviews 🙂
 *  Plugin Author [David Artiss](https://wordpress.org/support/users/dartiss/)
 * (@dartiss)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/does-it-work-when-one-reveal-code-is-nested-inside-another/#post-6586586)
 * Thanks for that 🙂
 * David.

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

The topic ‘Does it work when one reveal code is nested inside another?’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-content-reveal_ddcec4.svg)
 * [Content Reveal](https://wordpress.org/plugins/simple-content-reveal/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-content-reveal/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-content-reveal/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-content-reveal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-content-reveal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-content-reveal/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [David Artiss](https://wordpress.org/support/users/dartiss/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/does-it-work-when-one-reveal-code-is-nested-inside-another/#post-6586586)
 * Status: resolved