Hello, I can't even express how much fun I'm having learning CSS and WP through Thematic as a parent theme- it's amazing! However, I am having trouble wrapping my head around PHP and action hooks. I would like to change the post-meta and have used a few helpful threads on the forum like Edit Post Meta Data and Filter Post Meta .
I can copy and paste these codes into my functions.php, but it doesn't quite get what I'm going for. Rather than the thematic default that goes something like:
Post title
By AUTHOR'S NAME | Published DATE
I would like my post-meta to be:
CATEGORY
Post Title
Date
I would like to remove the italicized "By" and "Published". I would also like to understand what part of functions.php controls how the date is capitalized in the thematic default (I want to make my Catagory all caps and make the date lowercase).
PS- My site can be accessed by clicking my username. Thanks!!!