Hey there, I would like to know how to make available to show posts older than 2000's... that is the date that I could show on the widget.
I have changed the posts dates back 1999,1945, etc but the widget doesn't show this posts (older than 2000) so I have checked time-machine.php
and tried to change line 165 the variable $tm_y=200
if ( $options['range'] != "none" ) {
// define range for every year
for ( $tm_y = 2002; $tm_y < date('Y'); $tm_y++ ) {
$tm_backday = "$tm_y-" . date("m-d H:i:s");
That for me it seems is the variable for the oldest post, but it doesn't work neither as reference with other values such as 1900, 1945, etc.
What I want to do is chance the date to the posts to an older and show some dates "today: Back in history"...