• Resolved latvianalaskan

    (@latvianalaskan)


    Great plugin! Just a bit confused on how to insert the calender onto a page and have it start in April 2013. Here is what I have inserted into my page:

    ‘{events_calendar; datefrom=”2013-04-01″; height=600; header->left=”prev”; header->center=”today, title”; header->right=”next”; weekends=true;}’

    I have tried many other combinations, but I am just completely lost. Thanks!

    http://wordpress.org/extend/plugins/wp-calendar/

Viewing 1 replies (of 1 total)
  • Plugin Author faebu

    (@faebu)

    The startdate of the calendar is not set by the plugin itselves, but by the jquery based fullcalendar. You can set any options of the fullcalendar by append it to the shortcode.

    To make the calendar start on 2013-04-01 you should do something like that:

    {events_calendar; weekMode="variable"; year=2014; month=3; date=1}

    Notice that the month start by 0 (=january)

Viewing 1 replies (of 1 total)
  • The topic ‘Inserting Graphical Calender and Start it in April 2013’ is closed to new replies.