Forum

Thread tagged as: Question, Events

A way to put something if there is no event

Hi there,

At the moment I have no events scheduled but plan to in the future. I am wondering if there is a way when no events are scheduled the events listing page could display a message to say something like "There are no events scheduled at this time"?

Iain Robertson

Iain Robertson 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You should be able to use <perch:noresults> in your template.

<perch:noresults>
    There are no events scheduled at this time
</perch:noresults>

Thanks I must have missed that one