Multiple templates for blog posts - possible?

Hi there!

Is it possible to have multiple templates for blog posts within the same blog? If so, how can i implement it?

Thank you!

If you have two templates for blog posts, it seems you could simply choose the one you want to use within each individual post’s settings.

You could also use a single post template with some form of internal switching mechanism for finer-grained control (please pardon my pseudocode :sweat_smile:) :

if (category == "tchotchke") then (do this) else (do this);

Hi @DeZinerly and thank you for your reply! I believe that when you select the “Change template for this blog” option you mentioned, it applies the chosen template to the entire blog, not just a specific blog post. I’ve attempted your suggestion in the past, and it ended up changing the template for all of my previous blog posts - and not only for the one I was creating. I could have made an error in the process, though, so I’d appreciate confirmation if you are certain it can be done as you’ve suggested. Thank you once again!

Hey, sorry for the misinformation; I’m new to HubSpot and working to figure out a similar issue to add blog categories.

If nobody offers a better solution, it may be best to use a “seperate” blog for each post template you wish to use. Then, you can have them share common navigation for a seamless visitor experience. Here is some helpful info in another thread if you wish to take this direction.