Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey looks like you might have figured something out?
    Would you mind posting what you did, I need to do the same thing.
    Thanks!

    Thread Starter emminnn

    (@emminnn)

    Hi,

    I actually just did now, not before.

    Go to plugins, find the WordPress Posts Timeline and click Edit.

    Then find the file called wordpress-posts-timeline/wordpress-posts-timeline.php (which should be the file that is editable first.

    Then find the below code in that file:

    $out .=  '<h3 class="timeline-date">';
    					$out .=  get_the_time(apply_filters( 'timeline_date_form', get_option('timeline_date_form') ), $post->ID);

    Delete it.

    It might remain there due to server/browser cache. So you might have to wait some hours/days. But what I did was to recreate a mirror page and assign that as relocating the page before. So that it’ll refresh immediately.

    Thread Starter emminnn

    (@emminnn)

    Sorry indeed, I think, one should delete only the second line, this one:

    $out .= get_the_time(apply_filters( 'timeline_date_form', get_option('timeline_date_form') ), $post->ID);

    Perfect! Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the whole Date-format function?’ is closed to new replies.