• Hello
    I’m trying to hide my page titles (Home, About, Contact…) on all my pages in the theme zeeDisplay 1.0.7. Do one of you have a solution for this?
    Thanks.

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

    To Hide The Page Titles In zeedisplay 1.0.7 You Need To Edit

    Page Template (page.php) And Find The Code Below And Delete It And Save It

    <h1><?php the_title(); ?></h1>

    Now Open Your Website You Will Not Get Any Page Title There

    For More Tips And Tricks
    Follow My Blog
    https://techtips.svarun.in

    An easier way to hide things is to use the CSS code:

    display: none;

    in the relevant place — according to what you do not want to display on the page. Firebug can help you find the CSS code to modify to do that.

    Thread Starter TexasPosh

    (@texasposh)

    If I delete, will this affect my SEO?

    Hi

    May Be It Will Affect SEO Because SEO Works With Title And Content

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