Hello.
I'm great with HTML, fair with CSS, and clueless when it comes to PHP. I am using Thematic to simplify and streamline my Website, and it's awesome so far. I found the following code in this forum to remove the data in post headers (i.e. author, date, etc.):
}
.entry-meta {
display:none;
}
It worked like a charm. Is there a similarly simple piece of code that will completely remove the data that appears after a post? Specifically:
Posted in Uncategorized | Comments closed |
I do not just want to disguise the text, but instead remove it or prevent its generation in the first place in all instances and for all pages. Can someone provide clear, concise guidance that hopefully does not involve too much heavy lifting for this code lightweight?
Thank you!