We've just launched our new web site using Umbraco. we need to post several pages of collections (old news releases, ethics opinions, etc.). My design guy says that each one has to be it's own page and as a result will show up in the site map. Is there a way to create a single page that has a collection rather than a site map that stretches out forever based on the accumulated news releases?
If you want to hide pages from the Site Map, you can add a property to your DocType named something like "hideFromSiteMap" and then just filter this out in your XSLT.
If you add a property named "umbracoNaviHide" and set this to true you will find that the Site Map XSLT template will already filter this out, however so will all your navigation xslts
Can I create pages that aren't in the site map?
Bear with me, I'm an Umbraco newbie!
We've just launched our new web site using Umbraco. we need to post several pages of collections (old news releases, ethics opinions, etc.). My design guy says that each one has to be it's own page and as a result will show up in the site map. Is there a way to create a single page that has a collection rather than a site map that stretches out forever based on the accumulated news releases?
Thanks.
If you want to hide pages from the Site Map, you can add a property to your DocType named something like "hideFromSiteMap" and then just filter this out in your XSLT.
If you add a property named "umbracoNaviHide" and set this to true you will find that the Site Map XSLT template will already filter this out, however so will all your navigation xslts
Rich
Thanks for the quick answer. I'll pass this on to our design guy.
is working on a reply...