• Resolved Sourav Ghosh

    (@evansourav)


    How Can i remove Page titles from pages & used this plugin Hide Title but it actually hides the title pretty well when the page is empty but shows up again if i write anything on that page.
    Help Please.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    evansourav,

    You need to edit theme files for this for example:
    content-page.php
    content-single.php

    remove or comment //
    <h1 class="entry-title"><?php the_title(); ?></h1>

    Thread Starter Sourav Ghosh

    (@evansourav)

    Lovely,it was a bit late but still u r “A Hero”
    ??

    OneLineStudio

    (@onelinestudio)

    If you do this does it happen on everypage or can you somehow just do it on a couple?

    I’d quite like to do it on my who & what & where pages but not on the others that people click through to https://www.onelinestudio.co.uk/?page_id=29

    Thread Starter Sourav Ghosh

    (@evansourav)

    Would love to know these also ??

    Theme Author Fruitful Code

    (@fruitfulcode)

    Theme don’t have option to hide title on each page,
    Maybe we will add this feature later.

    You can create custom template for each page and remove title from it or add function with the condition.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How Can i remove Page titles from pages’ is closed to new replies.