Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Topic closed
[superseded] rah_if_title
Rah_if_title’s functionality can be produced with core tags as of Textpattern v4.0.7. The tags as if_variable and variable offer an excellent, native way to do generic comparison operations. A rah_if_title tag’s functionality can be replicated with:
<txp:variable name="title" value='<txp:title />' />
<txp:if_variable name="title" value="">
Title is empty.
<txp:else />
Title is set as <txp:variable name="title" />
</txp:if_variable>
Last edited by Gocom (2012-07-24 21:25:41)
Offline
Offline
Pages: 1
Topic closed