I’ve been spamming the Memberships & subscriptions thread today so this will (hopefully) be my last question lol.
I just need a sanity check on the idea I’m trying to implement before I get lost in the docs. I have a current ghost blog that I’m happy with, but I’d like to put together a newsletter feature that shoots out an email with blogpost links and other stuff 1-2 times a month.
I don’t want the newsletters to show up on my company blog, but I also want newsletter recipients to be able to see a complete list of newsletters. Similar to publisherweekly.
Is the best way to just separate these two things entirely? Like have a /blog subdirectory and a /newsletter subdirectory? I was going to do that initially but I saw something in the docs that made me think twice
With some minor theme configurations, you can host your newsletter content on a unique section of your site. Alternatively, you could hide newsletter content completely and use the Ghost editor simply for sending emails to your subscribers.
Hey @Avery
Don’t worry about the topics on here, it’s really nice to see people embracing Ghost and the Members feature . We’ve got a recipes page in the Members docs. One of the recipes shows how to make a “newsletters” page: Setting up memberships & subscriptions
collections:
/:
permalink: /{slug}/
template: index
filter: visibility:public
/newsletter/:
permalink: /{slug}/
template: index
filter: visibility:-public
Adding the above to your routes.yml file will create a new page “/newsletters/” which will contain all your members only posts. Your main blog list will remain, but won’t contain your members only posts. Then it’s just a matter of creating members only posts and adding bookmark links to all your posts. People will also be able to log into their email and view all the posts listed on the newsletters page.
I’ve been blogging since 1999 (mostly on Wordpress, so that’s a lot!) and I’m really impressed with Ghost 3.0 memberships/subscriptions - you guys have created an all-in-one system - which is amazing (no understatement, after managing so many plugins and integrations!)
To point. One of the things I wanted to do is provide members only posts/pages visible in a section to them. After all they are paying, so we should make it easier for them to just get to the meat.
Thanks for the kind words! Yes that’s right, follow the instructions I’ve linked to and that will sort you out with a post list page containing all your members newsletter posts.
On Lyra Theme, can we just make edits directly to the CSS, zip and upload and activate? For some reason the css changes dont stick but the html changes work fine.