How to Display Static Content Within the Symphony CMS
There have been several inquiries in the Symphony Forum about displaying static content within the Symphony content management system. I will attempt to describe three basic approaches to accomplishing this. There are many more variations on these approaches than I cover here, but hopefully this will be enough to get Symphony beginners started. The three basic approaches are:
- Use a conventional section, data source and page to define, store and display the static content.
- Use a static XML data source to define and store the content and a conventional page to display it.
- Use only a page to define, store and display the static content, placing all the content in the page's XSL file as HTML.