Customizing 2010 appearance

  • Unknown's avatar

    Excuse me I’m new in town. I need help removing an element from my pages on 2010. I located the code on firebug. It reads like this.

    <div id=”container” class=”one column”>
    <div id=”content” role=”main”>
    <div id=”post 41″ class=”post 41 page type-page status-publish format-standard hentry”>
    <h1 class+”entry-title”> Ted and Dave Custom  Golf</h1>

    I would like to remove this from appearing on all my pages.
    Is it possible and if so I would appreciate the help of any one with the knowledge.

    Unfortunately my blog is not ready for traffic yet so it is hidden so if you need access let me know.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I’m not fully understanding. Could you make it public (second choice, block search engines) and then give us a link so that we can take a look at it.

  • Unknown's avatar

    If you want to hide all the titles you can use the following code but you might want to be a bit more specific in describing how you want the page to look.

    .entry-title {display:none;}

  • Unknown's avatar

    If you want to hide all the titles you can use the following code but you might want to be a bit more specific in describing how you want the page to look.

    .entry-title {display:none;}

  • Unknown's avatar

    One thing to consider is that search engines don’t like posts without titles and hiding the titles means they will not be seen by the search engines (not in the markup). Hiding the titles will mean taking a hit on search engine placement and page rank.

  • Unknown's avatar

    @Rich: display:none doesn’t remove the titles from the sourcecode of the page.

  • Unknown's avatar

    @Panos, you are right. Not sure what I was thinking.

    {goes to hide under rock}

  • The topic ‘Customizing 2010 appearance’ is closed to new replies.