Pls see this screenshot taken from a single post in a category. How can I get rid of that without editing each post? And furthermore I have no clue why it says “Blog – Latest News”
Hi,
You can hide it. Add this on your custom.css
.single .main-title, .archive .main-title {
display: none;
}
Regards,
Ismael
Nice trick but isn´t there a setting instead of a display:none trick? And where does this title come from in single posts?
Hi Michael,
No, there is no setting just for the title alone. Typically, css is the best way to go for anything not covered as a individual option.
The title comes from the post title just above the visual editor.
Regards,
Devin
Thanks guys.