WordPress 2.7 | Peter's Date Countdown | Forum
Back to the date countdown plugin page
10:10 am
I just upgraded to WP 2.7 and the menu system has changed so that there is no Manage top level menu, so the Date Countdown sub-menu has no place to be displayed.
I don't mind manually editing the datecountdowndates.php file, but I need to know what all the parameters are. I can figure out what most of them mean, but I'm puzzled by the last three (bold items).
$importantdate[0]=array("2010 Olympics in Vancouver!", 2, 12, 2010, "The Olympics are here!", 0, 0, "");
9:50 pm
Peter said:
Under WordPress 2.7, the date countdown management menu should be under “Tools”.
Didn't see it at first, but found it the next time I opened the admin page (unfamiliarity with the 2.7 interface.)
Peter said:
As for editing the output, that is built in the function “countdown_execute” on line 392 of datecountdown.php. The code is in need of a cleanup to make it more readable, but it’s all there.
I'm not a coder, but I can usually figure out what is going on and manipulate a bit, and sometimes I'm even successful.