• I’m discovering that 2010 is not like other themes I’ve used, and that on the editor php page for posts there is almost no page set up code. I’m 99% unfamiliar with php and how it works in WP, and more than a little nervous about working with it.
    Can someone direct me how to make the code change, ie remove the code but first tell me where I can even find it?
    I want to remove this; it’s at the top left of the page; ‘Posted on March 31, 2011 by admin’
    If I can remove this, above the date, and just on the homepage, I’d love to; ‘Home’, any suggestions how to do it too?
    My site is at https://www.connection-junction.com.
    Many thanks
    Roger

    BTW I don’t know who helped me on the last query but it worked a treat and was a great help but I didn’t know how to thank them, so if you’re the one, cheers, and thanks

Viewing 1 replies (of 1 total)
  • possibly the easiest way is to use css:

    add this at the bottom of style.css:

    .home .entry-title { display: none; }
    .home .entry-meta { display: none; }

    btw:
    Twenty Ten as the default theme of wp3 will be overwritten with the next upgrade of your wordpress version; all modifications will be lost.
    consider to create a child theme: https://codex.www.ads-software.com/Child_Themes

    and definitively, keep making regular backup copies of your theme files;

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove the Post date on theme 2010?’ is closed to new replies.