Hi there,
I have installed the Events Table View Template Add-on. However, if no courses are planned it returns a blank page. Can I change it so that it will return a screen with something like: ” No courses are planned at this time” or something like that?
Thanks for your trouble
Yes you can. This does involve adding a file to your WordPress theme, and a putting a teensy bit of PHP & HTML into that file.
1) Add a file to your WordPress theme.
Its name will be content-none.php
2) Add the following code to the file:
<?php
?>
<div>
<p>No courses are planned at this time</p>
</div>
Viewing 1 reply thread
The support post ‘Blank screen when there are no courses’ 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.