• I’d like to make my front page have no title appear. Is there a way to do this just for the home page?

    If I create a page with no title, the menu has it listed as the number of the page plus the words “no title” i.e. #166 (no title).

    Thanks,
    Brian

Viewing 1 replies (of 1 total)
  • Yeah, just paste this code in your css
    .home .entry-title {
    display: none;
    }

    Here home is the my page name, you can replace it with page id also…

Viewing 1 replies (of 1 total)
  • The topic ‘Can I delete the page title on a single page?’ is closed to new replies.