Topic: Changing Oldest Year Past 2003?

I have a lot of old articles to add (that will archive later) and need to know if we can change the years to extend to 2001 or later?

Re: Changing Oldest Year Past 2003?

Is this something that is even possible to do?

I'd really like to extend the year to 2001 if possible. A lot of our news articles are from 2001 and 2002, and I'm not sure my bosses would be happy with them saying 2003.


Is there somewhere in the code where you can set the limit for how far back the years go for posts? If so, where is it located?

3 (edited by 2014-03-12 16:01:17)

Re: Changing Oldest Year Past 2003?

Look for it in core.php

$timestamp = mktime(0, 0, 0, $i, 1, 2003);


 for ($i = 2003; $i < (date('Y') + 8); $i++)

Re: Changing Oldest Year Past 2003?

Sorry for the late response to this. THANK YOU SO MUCH!!

I'm sure I looked through the core.php file a million times and never found those lines. (doesn't help when I don't know much of anything of php)

The articles are now finally showing the correct dates. The only goal now is to figure out how to get a link to show the archives.

Re: Changing Oldest Year Past 2003?

i have used the [truncate=200] to they that, show me only 200 latters in the short story..
with the new version, how can i do that?