Hi all - I appreciate any assistance with this.
I'm trying to use the mt:if tag to put in text if there are no entries in a category at a given time.
<mt:Entries category="Upcoming Events"> <mt:If tag="entriescount" eq="0"> <h3>There are no upcoming events at this time.</h3> </mt:If> <h3><mt:EntryTitle /></h3> <mt:EntryBody /> </mt:Entries>
This hasn't been working and just leaves me with a area where the text should be. Any thoughts?
-Daniel
Reported on Movable Type 4.2
That's because EntriesCount will never return zero.
Do this instead:
(For the record, I still disagree with that assessment, but have more immediate fights to tend to at the moment.)
Ah, good to know. That seems to have worked. Appreciate the help!