Disable page title single blog post
-
Hi,
Is it possible to remove the title of in blog posts?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS:
.single-post .page-title-default {
display: none;
}
Best Regards
I’m sorry but that’s not a good way. So you visually hide the article but for Google the title is still on the website, so it is not advisable to do so.
Is it possible to remove it by Hook?
Sorry, but there is no hook for this situation. If you will remove it from the code, it will be hidden globally on all pages.