Support

Home Forums Event Espresso Premium Add a title to Event Checkout Template

Add a title to Event Checkout Template

Posted: September 28, 2016 at 11:06 am

Viewing 1 reply thread


JessicaRodgers

September 28, 2016 at 11:06 am

I’d like to add a title to the event checkout template. Like you see on this page.

http://silvercitypublications.keydesigndevelopment.com/events/3-day-boot-camp/

Are there conditionals for the checkout, for example <?php if(is_checkout)): ?> <php the_title(); ?><?php endif; ?>


Josh

  • Support Staff

September 28, 2016 at 2:51 pm

Hi there,

The checkout is a single page on your website, so the conditional to check for that page is:

if( is_page( 'registration-checkout' ) )

Viewing 1 reply thread

The support post ‘Add a title to Event Checkout Template’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso