• Resolved droyed

    (@droyed)


    Can anyone please suggest how do I hide the title page only for the home page, and not the other pages? And also, please suggest where do I make this change?

    I wish @wordpress was easier to navigate, learn, and manage ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @droyed – it sounds like your homepage might be using the Page template, and not the Home template, is that right?

    If that’s the case, there are a couple of ways to remove or hide the Post Title block only on the homepage.

    1. Custom template – you could create a custom page template that does not include a Post Title block, and then assign it to your homepage. Step-by-step guide on how to create a custom template. OR,
    2. Custom CSS – alternatively, you could add the following custom CSS in the site-wide CSS editor to hide the page title, only on the front page:
    /* Page title - hide on homepage */
    .home .wp-block-post-title {
      display: none;
    }

    If you need further help, would you able to provide a link to your site so I can have a look directly? Thanks!

    p.s. Here’s a collection of resources to help you get going with WordPress, the site editor, and Twenty Twenty-Three. ??

    Thread Starter droyed

    (@droyed)

    Thank you so much!

    Moderator Kathryn Presner

    (@zoonini)

    You’re very welcome! I’ll go ahead and mark this as resolved, but feel free to start a new thread if you need more help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home page Title’ is closed to new replies.