I was wondering if it would be possible to add the month and year a post was added to the blog template.
You can see the page here for reference: http://dev.summermatters2you.net/stories/
I would like to add the date above the post heading.
Thanks,
Hayden
Hey haydaw!
You could try using this function to display the date, http://codex.wordpress.org/Function_Reference/get_the_date.
If you want it above the post title then you’ll probably want to try adding it right above line 209 in the /enfold/includes/loop-index.php file and surround it with this.
if ( is_single() ) {
}
Cheers!
Elliott