If statement – Comparing post date to today’s date
-
Hey everyone,
I’m trying to add a “NEW” text next to the title of each post if the published date is within the last 7 days. Here is what I currently have:
<?php if (post_date > strtotime('-7 days')): ?> NEW <?php endif; ?>
What am I missing? Not sure if I’m referencing things properly.
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘If statement – Comparing post date to today’s date’ is closed to new replies.