• wpvirgin

    (@wordpressvirgin)


    Hi!

    I have a child theme of Twenty Twelve. Word Press 3.5.

    How do I completely remove “This entry was posted in Uncategorized on December 24, 2012.Edit” which appears underneath my photo post? I would not like this to show up at all in the future.

    Adding code would be most helpful to me / not having to gut anything too in depth.

    xoxo
    Bonus if I could have the date come above the post content

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you ever have any luck finding the answer to this question? I am trying to accomplish the same thing …

    Thread Starter wpvirgin

    (@wordpressvirgin)

    Hey DMC,

    Try

    .entry-meta {
    display: none;
    }

    .comments-link {
    display: none;

    }

    I’m still struggling with a few things myself. I think the above code helped me solve it but now I don’t have any date on posts or a nice comments section. Am probably going to have to hire someone with more knowledge. Best of luck!

    Do not edit the Twenty Twelve theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.

    Thread Starter wpvirgin

    (@wordpressvirgin)

    Yes yes. If you notice my first post I stated that I did in fact create the child theme. Thank you. All the changes are made on that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove "posted in uncategorized" in Twenty Twelve’ is closed to new replies.