Title: Nested conditional placeholders doesn&#8217;t work
Last modified: September 2, 2016

---

# Nested conditional placeholders doesn’t work

 *  Resolved [stefiza](https://wordpress.org/support/users/stefiza/)
 * (@stefiza)
 * [10 years ago](https://wordpress.org/support/topic/nested-conditional-placeholders-doesnt-work/)
 * Hi,
    I’m trying to use nested conditional placeholders and it seems doesn’t work
   for me. I inserted a line in wp-config-php `define('EM_CONDITIONAL_RECURSIONS',
   2);` this is the code I added in the single event page:
 *     ```
       {has_bookings}
       	<h1 class="entry-title">Come partecipare all'evento</h1>
       	{logged_in}
       		some text
       	{/logged_in}
       	{not_logged_in}
       		other text
       	{/not_logged_in}
       	#_BOOKINGFORM
       {/has_bookings}
       ```
   
 * If I try the conditional placeholders not indented, it works.
    Any idea? Thanks!
   Stefi

Viewing 1 replies (of 1 total)

 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [10 years ago](https://wordpress.org/support/topic/nested-conditional-placeholders-doesnt-work/#post-7722738)
 * Hi Stefi,
 * Which version of Events Manager and WordPress are you using?
 * Are you seeing your H1 title and the booking form?
 * Are you using a cache plugin?

Viewing 1 replies (of 1 total)

The topic ‘Nested conditional placeholders doesn’t work’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/nested-conditional-placeholders-doesnt-work/#post-7722738)
 * Status: resolved