Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1165460
Page title
Closed

Comments

  • mglisci started the conversation

    Hi,

    I see a lot of past questions about the page title. One answer was create pages without the titles, I would like to have some of my pages without the background image and page title. I don't see a place where I can turn that page title off. Plus the page in question above, I had a featured image but it doesn't show on the page. Is that because of the page title?

    Thanks

  • [deleted] replied

    You can hide title with custom css:

    body.page-id-1218 .page-title-block {
        display: none;
    }

    Featured images is not printed in pages. Only in posts.

  • mglisci replied

    Thank you I will give this a try.

  • mglisci replied

    Hi

    If I enter this code will it eliminate all the page titles? I don't want all of them gone.

  • [deleted] replied

    This code only for page with id 1218.