wpvirgin
Member
Posted 4 months ago #
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
dmcgurgan
Member
Posted 3 months ago #
Did you ever have any luck finding the answer to this question? I am trying to accomplish the same thing ...
wpvirgin
Member
Posted 2 months ago #
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.
wpvirgin
Member
Posted 2 months ago #
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.