Date format customization
-
From the plugin FAQ:
If you wish to see more formats, please suggest one or edit the source yourself.
Why not add a filter to the plugin to allow customization of the date format?
On line 85 of wordpress-posts-timeline.php you could do something like this:$out .= get_the_time(apply_filters( 'timeline_date_format', get_option('timeline_date_format') ), $post->ID);
I’ve not tested the above code, but from the Codex article on apply_filters, it looks like it should work.
https://www.ads-software.com/extend/plugins/wordpress-posts-timeline/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Date format customization’ is closed to new replies.