• hi,

    I would like to know how to get the name of the page not be on the page. Currently my page is called HOME but I don’t want that to be in the body of the page. how do I get that happen on certain pages??

    TIA.

Viewing 4 replies - 1 through 4 (of 4 total)
  • This is determined in your theme file. A quick and dirty fix is to leave the title field blank.

    Thread Starter debi_c

    (@debi_c)

    …but then doesn’t that take it out of my menu too??

    Yep – that is why the theme is the place where you’ll have to make the changes. Another way would be to make a custom template to apply to the page where you don’t want the header to appear.

    Copy page.php in your theme file to a new file such as no-header-page.php. Add a template name at the top of this new file per this codex example and then remove the part of the page that shows the_title

    Thread Starter debi_c

    (@debi_c)

    thanks Transom…..headed to the theme forum….

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