the_date(‘j’) does not return day of the month
-
I am trying to display the date from
the_date('F jS, Y','','')
to
the_date('M')
the_date('j')
the_date('Y')
I get the results I need (Separate Month, Day, Year), if I use the_time()
the_time('M')
the_time('j')
the_time('Y')
However, I don’t want to use the_time because it timestamps every single post created on a same date, I want WordPress to display the date only for the first post in the day.
Please help!!
Thanks a bunch!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘the_date(‘j’) does not return day of the month’ is closed to new replies.