Content types other than Post?

I am very new to Ghost. I would sometimes like to just publish a single image or a single video, without a title and without any body text. I am using Ghost headless and consuming this through the API.
Is this possible?

There are no custom types like that but you could achieve a similar thing using tags. You could tag image-only posts with #image and then in your code that’s grabbing content from the API you can then render it however you want, ignoring the title and using the post’s feature image or body content as you see fit.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.