Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
If there are no articles in a section, or category...
How can I put a message which states something like “No articles in this category at the moment. Please call back later.” – well maybe something better, but you get what I mean?
Offline
Re: If there are no articles in a section, or category...
<txp:chh_if_data>
<txp:article />
<txp:else />
<p>No articles in this category at the moment. Please call back later.</p>
</txp:chh_if_data>
Cheers!
Offline
Re: If there are no articles in a section, or category...
Thanks – perfect :)
Offline