Is there a way to change the post header type on a post by post basis from the setting that is defined site-wide? For example my posts are set to narrow, but on certain feature posts I would like use wide. I wish that was an option that could be set or changed on each post, but given that is there a way to do something via code injection on each post to change it?
This is 100% dependent on what theme you’re using. Some provide multiple templates that you can choose per-post. Some just give you one setting in /ghost > settings > design & branding. Your theme documentation would be a good place to start.
It’s possible that all the theme is doing when you make a different selection is to add or remove a class from the top of the post, so it might be fairly straightforward to change, but it’s going to be really dependent on the theme. Some might have totally different page structures. Which theme is it?
2 Likes
Awesome. I can follow that and make a plan. You are amazing as usual!