Custom post template (metadata, tags, structure)

Hello there,

On my blog I have a special type of posts with specific metadata and post structure (headers, paragraphs. etc). Right now, I’m creating those posts manually, but recreating the structure and meta data is quite tedious I’m curious, is there a way to create a post template with predefined metadata, tags and post structure?

Yo! I think what you need is a custom template, where you can set all the metadata and post structure yourself:
https://ghost.org/tutorials/custom-page-templates/

In this custom template you could set your own metadata rather than using the one generated by Ghost, same for tags. Additionally you could add the handlebars code for tags and other post attribute values into the template for extra specific metadata. Or even use unless to check the post value and overwrite default values set in the template:

Custom templates should open things up for you! :rocket: