Appearance
Archive Page
On this page, visitors to your publication will be able to find a list with all the posts ordered chronologically and grouped by year. You can explore a live demo by clicking this link, and it looks like this:
Enable Archive Page
To enable this page please follow these steps:
Unzip the theme file (
bold.zip
) and upload theroutes.yaml
file in the Ghost Admin by heading toSettings
-->Labs
-->Beta features
-->Routes
In the Ghost Admin head to
Pages
and click onNew page
Give it a title (e.g. Archive)
WARNING
If you decide to use another title for this page it is important that you manually change the Page URL in the page settings so that the value is archive
, otherwise it will not work.
- Publish the page and you're done!
TIP
You do not need to add content to this page as it is automatically generated.
Using a different URL
If you want to use a different URL, /timeline
for example, you can follow these steps:
Create a backup of the theme file (
bold.zip
)Unzip the theme file
Open the file
routes.yaml
with a code editorReplace
archive
withtimeline
as is shown in the highlighted lines in the following example:
yaml
/archive/:
/timeline/:
controller: channel
template: archive
data: page.archive
data: page.timeline
WARNING
Please note that the template
should keep the same value archive
, otherwise it won't work.
Save your changes
Head to the Ghost Admin and upload the file
routes.yaml
inSettings
-->Labs
-->Beta features
-->Routes