Edited dates in functions.php, but dont see any difference
-
Hello,
I wanna change the dates of my postings on my homepage. It has an American rank right now: 2016/11/24, for example. I wanna have my European one: 24/11/2016. My WordPress settings are OK. I changed the code below in my functions.php file already, but it wont make any difference. How can i solve this? My URL is https://www.stijnspreekt.nl
Thanks!
<a class="post-date" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_time( 'd/m/Y' ); ?></a>
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Edited dates in functions.php, but dont see any difference’ is closed to new replies.