Forums

Twenty ten, Hide page title (4 posts)

  1. lucagiay
    Member
    Posted 5 months ago #

    Hello, i which php files i have to tell to do not display Page title ?
    thanks luca

  2. WPyogi
    Volunteer Moderator
    Posted 5 months ago #

    The easiest way to do that is in the CSS code. IF you post a link to your site, someone can likely help with specifics. But be sure you are using a Child Theme to make any changes:

    http://codex.wordpress.org/Child_Themes

  3. lucagiay
    Member
    Posted 5 months ago #

    Thanks, now o will start working on the child theme... then post more questions...
    thanks

    thanks luca

  4. WPyogi
    Volunteer Moderator
    Posted 5 months ago #

    Okay, good to do the child theme. Then add this to your new style.css file:

    #content .entry-title {
       display: none;
    }

Reply

You must log in to post.

About this Topic