Home › Forums › Back End › My First WordPress Theme – PHP and function output problems › Reply To: My First WordPress Theme – PHP and function output problems
March 10, 2015 at 3:38 pm
#197832
Participant
Hello, so I think I’ve resolved the problem on the home page by changing “the_date(m.d.Y)” to “the_time(m.d.Y)” as suggested in this forum.
I’m still having the same trouble with the date on my archive pages, but there I’m using:
<?php include (TEMPLATEPATH . '/inc/meta.php' ); ?>
I’m going to try to play around with this for a while longer because I like that you get the author name and the date for free with that bit of code, rather than having to ask for each individually, but I’ll likely set up my archive pages (i.e. http://www.akilahtzuberi.com/blog/section-1/) like the home page and use “the_time()” instead.