How to Create a Custom Membership Pricing Page in Ghost 5 The membership page is where your users land to check the available plans for your newsletter/blog/publication. Ghost comes with in-build membership tiers. Which only works through the portal. In this article, I will show you how you can build a custom Membership Pricing Page in Ghost. The Routes
Install ghost with docker + MySQL 8 [New Install] Ghost is dropping support for MySQL5 for the next major release. If you are thinking to install ghost 4.x.x via docker choosing MySQL 8 would be a wise decision to avoid issues with future updates of the ghost version. Ghost is already pushing a notice to, those who
Open External links on the new window on your ghost publication Ghost opens every external URL in the same page by default. A lot of you want every external link should open in a new window so that your readers don't distract from your content. & currently, there is no option in ghost to open external links in a new window. To
How to Migrate Contents from WordPress to Ghost Migration from WordPress to Ghost became so easy & straightforward because of Ghost WordPress Plugin [https://wordpress.org/plugins/ghost/] developed by Ghost Team. If you want to make the switch from WordPress to Ghost, you can migrate your existing WordPress content using Ghost WordPress Plugin [https://wordpress.org/plugins/ghost/
Ghost Native URL redirection Ghost [https://ghost.org] comes with a very useful feature called Redirection. It handles the Redirections of URLs natively so that you don't have to deal with this thing from the server end. A Practical Use-case of redirection is you have moved your blog from WordPress to Ghost. Now your
Setup ghost to send out newsletter emails with Mailgun There are two types of emails in ghost. Transactional emails & Newsletter or Bulk emails. Transactional emails are mainly used for Sending the admin invite, Sign in/Sign up emails, etc. We have a blog post SMTP Setup to send out transactional emails. Configure SMTP For Outbound Emails (Ghost SMTP Setup)
Adding Google analytics to your ghost publication If you want to track user activities on your ghost publication [https://ghost.org], then Google Analytics [https://analytics.google.com/] is one of the great tools that available for free. There are two ways to add google analytics to your ghost publication: * Via the code injection (Fast and easy)
Replace LetsEncrypt SSL with CloudFlare SSL for your Ghost Publication LetsEncrypt is a great source of Free SSL certificate. But when you use CloudFlare to host your DNS, there are some problems we are facing while issuing the SSL.
Configure SMTP For Outbound Emails (Ghost SMTP Setup) Email configuration for your ghost publication. There are two type of setup needed for ghost emails. For transactional emails & for Newsletter emails.