2009/12/1 Sean Cribbs <seancri...@gmail.com>

> I've run into this before with the archive index pages.  The unexpected
> thing is that it does match the url, because the plain url of the
> archive index page is something like:
>
> /news/2009/10/31/%b-%y-archives
>

Ah-ha. Thanks, that gave me enough info to solve it. The monthly archive
page has a slug of "monthly-archive", therefore the following worked:

        <r:unless_url matches="(^/news/$)|(/monthly-archives/$)">
          <r:snippet name="posted" />
        </r:unless_url>

Thanks for the help, Sean, much appreciated. :)

Charles
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to