Rah's 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.
We still offer rah_if_title's old downloads to those that want it, but please be careful. Old things may get outdated fast and things can break. Using the old downloads on production environment is not recommended.
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>