[WM] Exclude pages from site map
Justin Mason
jm.jmason.org
Tue Aug 6 08:30:01 IST 2002
Alan Jackson said:
> Is there a way to exclude a set of pages from the site map? For each
> page in the site I also create a "printer friendly" page, and I would
> like to exclude all of those form the sitemap.
Yep -- the map attribute. <content ... map=false>.
If typing that gets tiresome, then use <attrdefault>:
<attrdefault map=false>
<content ....>....</content>
<content ....>....</content>
...etc.
</attrdefault>
--j.
More information about the Webmake-talk
mailing list