HELP: How to remove date from post?

  • Unknown's avatar

    Hello:

    I just paid to have the ability to make changes to CSS

    My blog: atomicheartradio

    How do I completely delete the line below from my blog posts?

    This entry was posted in Uncategorized on January 1, 2000. Edit

    Many thanks.

    AC

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

  • Unknown's avatar

    Please post CSS questions in the CSS forum in future. I’ll flag this so moderators move it to the correct forum.

  • Unknown's avatar

    This removes the date from the posts on twenty twelve and keeps the categories and tags.

    .entry-meta a[rel="category tag"] {
        visibility: visible;
        float: left;
    }
    
    .entry-meta a[rel="category tag"]:before {
        content: "This entry was posted in ";
    }
  • The topic ‘HELP: How to remove date from post?’ is closed to new replies.