• I want to use the Easy code placement plugin to put the modified date in a page. I tried the next code which i found on the wordpress site, but it doesn’t work.

    <?php get_the_modified_time( $d ); ?>

    Does somebody know the right code?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Willem 2

    (@willem-2)

    I only want the date on which the categorie list is modified. I tried another code, but it doesn’t work too:

    <?php
    printf( __( ‘De laatste aanpassing vond plaats op %s’, ‘wp_list-categories’ ), get_the_modified_date ( ‘j F Y H:i’) ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Modified date’ is closed to new replies.