If you are asking how you can do within your own template there is a method on the EE_Event object called tickets_on_sale() you can use to check for tickets that are currently on sale with something like:
if ($event->tickets_on_sale()) {
// Output label/badge within here.
}
Depending on where you want to include it you could also use a hook, such as:
Grab the EE_Event object from that post and use the above again.
Viewing 3 reply threads
The support post ‘Show "Tickets On Sale" label only for events with tickets’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.