Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: How do I modify the <txp:text item="comments_closed" />
hi cyandrea,
that text is stored in the database. The problem is: when you upgrade the language file in the database, the text will appear again.
Instead, you can try this:
<code><txp:if_comments_allowed>
whatever you wont here…
<txp:else />
</txp:if_comments_allowed></code>
Offline