• Resolved allyibell

    (@allyibell)


    Hi,

    I am looking to remove the Post Title Header on my page.

    For example http://www.alistairbell.eu/design/

    I want to remove the “Design” header so only the text below is displayed?

    Any help much appreciated.

    I followed the instructions found here: but this doesnt seem to have any effect.

    Thanks
    Ally

Viewing 6 replies - 1 through 6 (of 6 total)
  • Is that example the site ?

    Do you use child theme or Custom CSS plugin ?

    Thread Starter allyibell

    (@allyibell)

    Child Theme, yes the examples provided is the site.

    Thanks

    Make sure you use child theme for modifications.
    http://codex.ww.wp.xz.cn/Child_Themes

    Or use one of these Custom CSS plugins.
    http://ww.wp.xz.cn/extend/plugins/search.php?q=custom+css

    Put this in style.css of child theme, or in plugin section if used.

    .page-id-23 .post-title {
    	position: absolute !important;
    	clip: rect(1px 1px 1px 1px); /* IE7 */
    	clip: rect(1px, 1px, 1px, 1px);
    }

    That will hide it visually but available for Search Engines. So you could change the page name from “Design” to anything that has more SEO value to your site.

    Review the use of body_class(), so you could do this to other pages too.
    http://codex.ww.wp.xz.cn/Function_Reference/body_class

    Thread Starter allyibell

    (@allyibell)

    That’s great and it works for that one page. How would I make it work for all of them?

    Thanks for your help, sorry this is my first site I’m really just trying to get to grips with the system.

    Thread Starter allyibell

    (@allyibell)

    It’s ok, I figured it out. Many thanks.

    I’m trying to accomplish this as well and have tried 5 different snips of code to remove the post header. Has anyone figured it out?
    I’m using Virtue 2.0.8 theme and it I’ve been able to remove page titles from the page but not from the post. Even tried duplicating the page code and putting post and that doesn’t work either.
    Here’s the page and you’ll see why I’d like it removed:
    http://weddings.taylorgrocerycatering.com/stephen-and-mallory-thweatt/

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Gridiculous – Remove Post Title Header’ is closed to new replies.