Create Ghost CMS Redirects From Old WordPress URLs

Simple one line REGEX to create WP url directs in Ghost CMS.

Ghost redirects can be created in JSON or YAML, I did mine with regex and the latter.

You only need one 301 redirect in your redirects.yaml file:

301:
    ^\/[0-9]+\/[0-9]+\/[0-9]+\/(.+): https://your-domainhere.com/$1

This will match the /year/month/day/ (or variation there-of) standard and put the ending part directly to the domain.

💡
Note: You may have to restart your Ghost instance to get the redirects to work and try it in a new/different browser (or in incognito/private mode).
Great! Next, complete checkout for full access to Piotr Krzyzek.
Welcome back! You've successfully signed in.
You've successfully subscribed to Piotr Krzyzek.
Success! Your account is fully activated, you now have access to all content.
Success! Your billing info has been updated.
Your billing was not updated.