Hi. I was hoping someone could help me out with this because I am getting very confused. What I am trying to do is style posts that are newer differently from old ones. What I want to do is apply some sort of PHP condition that would check to see if the date the post was published is less than or equal to 30 days. If it was published in the last 30 days, it would apply a class. I understand who to apply the class, but how do I compare the dates? Thanks.