Home Forums WoodMart support forum Disable page title single blog post

Disable page title single blog post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99229

    zeybix
    Participant

    Hi,
    Is it possible to remove the title of in blog posts?

    Attachments:
    You must be logged in to view attached files.
    #99247

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    .single-post .page-title-default {
    display: none;
    }

    Best Regards

    #99251

    zeybix
    Participant

    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?

    #99290

    Artem Temos
    Keymaster

    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.

Viewing 4 posts - 1 through 4 (of 4 total)