Skip to main content

Content Groups

Content Groups define where WordPress blog post content appears in the POS storefront. Each group corresponds to a specific display area. When creating a blog post entry, you must assign it to one of the following groups.

Available Groups

GroupDisplay LocationDescription
FooterBottom of the storefrontInformational content, policies, contact info, links
Brand HeadTop of a brand pageBrand-specific descriptions, promotions, or messaging
Category HeadTop of a category pageCategory introductions, featured items, or highlights
Department HeadTop of a department pageDepartment-level content, announcements, or descriptions
Menu HeadTop of a menu pageMenu-specific content, specials, or instructions
Main PageStorefront landing pageHero content, featured promotions, or welcome messaging
Tier HeadTop of a price tier pageTier-specific descriptions, pricing notes, or qualifiers
Sale PolicyPolicy/terms display areaTerms of sale, return policies, disclaimers, or legal text

How Groups Work

Each blog post entry belongs to exactly one group. In the Blog Post Editor, groups are presented as toggle buttons. When the storefront renders content for a given area, it:

  1. Queries the blog list for entries matching the target group
  2. Filters to only enabled entries
  3. Sorts by the sort value (ascending)
  4. Fetches each post's content from WordPress using the configured endpoint and slug
  5. Renders the content.rendered HTML from each WordPress response

Filtering by Group

In the Blog List Editor, the group filter toggle buttons at the top let you narrow the list to entries belonging to a specific group. This is useful when managing many posts across multiple content areas.

Each group can hold multiple blog post entries. The display order within a group is controlled by the Sort view, which lets you drag-and-drop entries into the desired arrangement.