[Plugin: Events Calendar] WordPress 3.0 Temp Fix For LARGE Calendar for Pages
-
Hello All,
After upgrading a few client accounts with WOrdpress 3.0 and finding that the shorthand code destroyed the large calendar look, I delved and came up with a quick fix for inserting a PHP call line into the code. Since none was provided for large calendars (just widget php calls) I added the following code to my events-calendar.php
function BigEventsCalendar() { $calendar = new EC_Calendar(); $calendar->displayLarge(date('Y'), date('m')); }
Addded under line 330-esque
Here it shows it is working at client site:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Events Calendar] WordPress 3.0 Temp Fix For LARGE Calendar for Pages’ is closed to new replies.