I’ve followed instructions from the Ghost documentation, as well as other websites, and still can’t figure out how to get this to work.
I am trying to set up a collection of newsletter posts.
The goal is:
-
Have a page at mysite.com/newsletter/ that shows all posts tagged as newsletter
-
Have the URL of each newsletter post look like mysite.com/newsletter/post-title
I’ve added this to the YAML file:
/newsletter/:
permalink: /newsletter/{slug}/
template: default
filter: primary_tag:newsletter
I also tried changing the template to ‘newsletter’ and created a custom newsletter.hbs file.
Nothing I’ve tried works.
Do I need to create a page in Ghost named ‘Newsletter’ does that happen automatically? I tried creating that page, but that didn’t help.