Hi,
I have changed date format from ’01 Aug 2013′ to 2013/08/01′.
So, it shows well in Enfold_child Latest News widget.
But it does not work in the list of posts.
Waiting your early reply
Regards,
Hojoon
Hi!
Hey! Which list of posts do you mean. could you provide us with a link?
Regards,
Kriesi
Hi,
Edit includes > loop-index.php, find this code:
echo "<span class='date-container minor-meta'>".get_the_time('d M Y')."</span>";
Replace it with:
echo "<span class='date-container minor-meta'>".get_the_time('Y/m/d')."</span>";
Regards,
Ismael
Thanks so much, Ismael
If I update enfold theme in the future after I changed this code, what happen?
Go back to original code, or no change?
By the way, can I amend this code in Custom CSS?
If possible, pls let me know…
Regards,
Hojoon