Matt B.
Member
Posted 7 years ago #
Hello folks,
I am not able to make several posts a day as the date disappears underneath the second post. Anyone has experienced the same and know of a solution ? I've searched and it looks as if I am the only one having this.
Ps : I am running WP 1.2.1 here
Thanks,
D.
Do a search for the_date / the_time
or
<h3><?php the_time() ?></h3>
(That may be h2 on your install)
Arrgh! Search a bit before posting. the_date() only displays once per day. You will have to use the_time('m/d/y') to display on every post.
Matt B.
Member
Posted 7 years ago #
That was it, thank you both. I did search but obviously not using the right keywords.
Thank you ^_^