Skip to content

logicbrush/silverstripe-sitemappage

silverstripe-sitemappage

A module for the SilverStripe CMS which produces a page listing every (public) page on your site.

Why?

Sometimes it's just nice to have a page that lists out everything on your site.

Installation

composer require "logicbrush/silverstripe-sitemappage"

Usage

This module defines a new page class of type Logicbrush\SiteMapPage\Model\SiteMapPage. When you create an instance of this page type it will include a heirarchical list of links to all the pages on the site after the content.