• Changing the date format in the settings has no effect on the date of all the post on the overview/main page? In each individual post it’s correct, but not in the overview on the main page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Line 226 In the themes Functions.php:

    <?php the_time( ‘Y/m/d’ ); ?>

    Change this to whatever you want the date to show on the other pages. I am not sure how to get this into my child theme yet though.

    When I inserted the whole function my site went white.

    Does someone know how to do that in a child theme?

    I am looking to do the same thing, but not familiar with how to do this in the PHP.
    Can someone assist me in doing this please.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change date format of posts’ is closed to new replies.