• Resolved chaplaindoug

    (@chaplaindoug)


    I have a page that I want to name (title) “News.” But I do not want “News” to show up at the top of the page when it is displayed. The only way I have been able to do this is to remove the page title altogether. However, there are a number of pages I want to do this with, leaving me with multiple (no title) pages when I go to the page editor section. So how can I have a page name (title) without it showing on the page when displayed? Thanks for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can hide those using this CSS – with the selector for that element – dependent on theme:

    .selector {
          position: absolute !important;
          clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
          clip: rect(1px, 1px, 1px, 1px);
    }

    Thread Starter chaplaindoug

    (@chaplaindoug)

    Ouch. Sounds difficult. Where do I place the CSS? How do I keep it from affecting all the pages? Thanks.

    What theme, what page?

    Thread Starter chaplaindoug

    (@chaplaindoug)

    There is a plugin named, “Toggle The Title” which accomplishes exactly what I am after. Page titles may be suppressed on a page by page basis. Only works on pages, not posts or comments.

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

The topic ‘How to Give a Page a Title without It Showing at Top of Page’ is closed to new replies.