On 28 Jan 2011, at 17:29, trans wrote:

> How to use radiant tags to say "if home page"?

You mean, to test whether a page is the home page?

        <r:if_url matches="^/$">...</r:if_url>

By the way, in edge this has changed to:

        <r:if_path matches="^/$">...</r:if_path>

along with many other url/path clarifications. The old if_url notation will 
still work too.

best,

will

Reply via email to