Template Pages

Change the design of your RSS Product Feeds

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:

  1. <!--START: BODY_HEADER-->
  2. [PAGE_FULLLINE]
  3. [htmlpage]
  4. <!--END: BODY_HEADER-->
  5. <!--START: SUB_PAGES-->
  6. <!--START: SUB_PAGES_FORMAT-->
  7. [id]
  8. [extra]
  9. [sub_pages_title]
  10. <!--END: SUB_PAGES_FORMAT-->
  11. <!--END: SUB_PAGES-->
  12. <!--START: article-->
  13. [rss_link]
  14. [rss_title]
  15. [rss_date]
  16. [rss_description]
  17. <!--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.

Download this Template     (Save as a backup or edit to customize)

Screenshot of the rss.html Template