Skip to main content

Themes - Setting up Section Template

Section pages display all content published in a given section.

Arc Blocks

The Arc Blocks which comprise the main content of the section template are:

Section Title

Displays the section name, and links to child section pages (if present).

This block automatically inherits the page’s global content, which should be set to site-service-hierarchy

Results List

Displays the list of content items associated with that author. It should be configured with the following content configuration:

Content Source: story-feed-section

includeSections: {{content._id}}

excludeSections:

feedSize: 15

feedOffset: 0

Requirements

To render a section page:

  • The section must be created as an entry in Site Service. See optional fields that can be included with the section. See How to set up canonical URL service for Themes.

  • The section must be associated correctly with content (stories, videos, or galleries)

  • The resolver must be configured for automatically rendered sections (see Themes - Setting Up Resolvers)

    Tip

    Section pages can also be curated as individual pages.

rId22.png