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
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
Add this to the stylesheet:
#post-23 h2 {display:none;}
moshu,
You're a genius! Thank you so much...it worked like a charm.. =)
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
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.
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!
This topic has been closed to new replies.