I can take care of myself thank you mommy.
It’s the GamesTheme theme by ThemeMakers from Themeforest (wow lots of “theme” words) Thanks for the offer I appreciate the help!
No I just want to display the date. But the date function wouldn’t work…the time one did however. I tried get_the_date and post_date neither worked. But the_time did work. I don’t know why but as long as it keeps working without issue I don’t mind. Just wondered why.
It wouldn’t work with the post_date function, everything I tried just made the area blank where the date should be. However when using this:
<span class="date"><?php the_time('F j, Y') ?></span>
It is showing properly. How come I had to change it to the_time?
Thanks for the quick help.