Purpose: This template is used when viewing Site Content pages that are being made possible via an RSS feed. (See Settings ->Design ->Site Content)
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
- <!--START: BODY_HEADER-->
- [PAGE_FULLLINE]
- [htmlpage]
- <!--END: BODY_HEADER-->
- <!--START: SUB_PAGES-->
- <!--START: SUB_PAGES_FORMAT-->
- [id]
- [extra]
- [sub_pages_title]
- <!--END: SUB_PAGES_FORMAT-->
- <!--END: SUB_PAGES-->
- <!--START: article-->
- [rss_link]
- [rss_title]
- [rss_date]
- [rss_description]
- <!--END: article-->
Note: Code blocks and their respective variables will only work with specific template pages.
- [PAGE_FULLLINE] - Inserts the Breadcrumb leading to the page.
- [htmlpage] - Inserts the Name of the Site Content Page that is using the RSS feed. (See Settings ->Design ->Site Content)
- [id] - If the Site Content page contains sub-pages, this variable will be used by the Software to reference the additional page(s).
- [extra] - If the Site Content page contains sub-pages, this variable will be used by the Software to reference and link to the additional page(s).
- [sub_pages_title] - If the Site Content page contains sub-pages, this variable will be used by the Software to insert the additional page title(s).
- [rss_link] - Inserts each applicable RSS Link.
- [rss_title] - Inserts each applicable RSS Title.
- [rss_date] - Inserts each applicable RSS Date.
- [rss_description] - Inserts each applicable RSS Description.