Hide {tag_blogtitle} on blog post details layout so I can set the blog posts headings as h1
Currently tag_blogtitle} is in the Overall blog layout and appears on all blog posts, I only want this heading displayed on overall blog layout not on individual posts.
The only work around that I have for this is css+ js.
Asign a class to tag_blogtitle in overall blog layout and put a script to hide it in Post blog layout.