Forums

[resolved] Hide page title on only one page... (6 posts)

  1. michaelyork29
    Member
    Posted 3 years ago #

    Hey everyone!

    I wanted to know how to hide the page title from just one page specifically. The page is here. I just wanted to get rid of "Home".

    Thank you so much for your help!
    --Michael

  2. moshu
    Member
    Posted 3 years ago #

    Add this to the stylesheet:

    #post-23 h2 {display:none;}

  3. michaelyork29
    Member
    Posted 3 years ago #

    moshu,

    You're a genius! Thank you so much...it worked like a charm.. =)

  4. ptoledo1
    Member
    Posted 3 years ago #

    Hi Moshu and Michael,
    I'm having the same challenge as Michael as I'm trying to "hide" the page title as I am creating an opening page for the site, and custom navigation. It's still being built, but you can see it here: http://projectlibertad.org

    I tried to do the above but it didn't work. Any suggesetions? I guess I'm not clear as to how to implement that #post-23 h2 above in my page template. any help would be great.

    thanks!

    Pablo

  5. moshu
    Member
    Posted 3 years ago #

    Who was talking about any Page template?
    Read it again, that's my suggestion:

    Add this to the stylesheet:

    And the page_id number (23) was valid for his blog only, of course. You need to replace it with your own Page's ID or post ID.

  6. redrooster123
    Member
    Posted 2 years ago #

    Moshu, that is a genius way to solving this problem, I have been looking at a lot of solutions using:

    http://codex.wordpress.org/Conditional_Tags

    These were way too complex for my liking... A nice snippet of CSS is all ya need - thanks again!

Topic Closed

This topic has been closed to new replies.

About this Topic