orlandomedic
Member
Posted 3 years ago #
On my site, the date stamp (which is the date you make the post) only shows up on my first post on the page. The rest of the posts do not show the DATE they were posted.
If you go into the post it does. But it won't show up on the home page
any help would be appreciated
Use the_time instead of the_date.
orlandomedic
Member
Posted 3 years ago #
I tried that, I changed the code to say the_time instead of the_date and all of a sudden, it showed the time on ALL the posts. But if I switch it back to the_date., it will only show the date on the first post. It will not show the date on ALL the posts on the home page.
http://www.archuletafanscene.com
I tried that ...
.. what you described is exactly how it works. click the links you were given and read them.
orlandomedic
Member
Posted 3 years ago #
Ok Thanks. I understand on the wordpress.org version of the ChaoticSoul theme that is how it seems to work.
My question came about because on my old site over at
http://www.archuletamusic.wordpress.com every single post shows the date on the home page.
So apparently its different on wordpress.org side of things though its the same theme.
Thanks for the input much appreciated
well, what you might be missing, and why I pointed you to re-reading the links is this:
It will not show the date on ALL the posts on the home page.
Yes, the_time will show the date -- it just has to formatted properly in order to do so..
orlandomedic
Member
Posted 3 years ago #
Ok thanks again, I understand now