norashlea
-
5/6/2007 3:33:31 AM
RE:Including other pages in content
hth
Use an Article. I found that I had to create xslt transformations, though, as aspx transformation just spat errors.
In CMSDesk, create a page using root template and then add an article.
Put a CMSViewer on each page template where you want content repeated, with ClassNames="cms.article". Set the Path of the CMSViewer to /[your page]/%
Note -- if you create more than one article, they'll all be repeated. If you only want the specific article shown, modify the Path accordingly.
If you don't want the articles hidden behind a page "icon" in the tree, change the allowed children on root to include article, and create the articles at the root level. Make sure you specify the exact article name in the path for CMSViewer, though.
|