• Resolved wp_noob

    (@wp_noob)


    Hi.

    After I create a PAGE and go there, it of course displays the name of the page at the top. How do I hide the name/title of the page but still keep it showing in my menu?
    I’m thinking I probably need to insert display: none somewhere but I’ve no idea where.
    Help please.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you are referring to where it shows the page name just above the content, that would be in your Theme’s page.php file if one exists – if so you’re in luck, just remove the reference to the permalink/title (carefully and after backing up the page.php file just in case you make a mistake and need to start over).

    If your theme doesn’t have a page.php file then it’s using your index.php file, in which case you can copy that file to a new one called page.php and modify it, then upload it to your theme’s folder.

    Thread Starter wp_noob

    (@wp_noob)

    ohmygosh – you’re awesome! that was really easy. thanx so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hiding pag title’ is closed to new replies.