• Resolved massimod

    (@massimod)


    I see it in several plugins, the option to remove the page title from the pages.

    Not the meta page title, the one what each WP page starts, in my case for example:

    <h2 class="title">Photo Galleries</h2>

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    If you never want the page title, you could add to the custom css

    
    .title { display:none; }
    
    Thread Starter massimod

    (@massimod)

    Thanks, solved this with a plugin so i can also remove the (huge usually h1 or h2) page title (selectively) from most plugins i use.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Request: Remove (optionally) the Page Title’ is closed to new replies.