Introduction Shortcode Use

Use this shortcode to add the calendar with daily view: [add_eventon_dv]

You can also use the variable month_incre to show a different focus month just like the eventon calendar.
eg. [add_eventon_dv month_incre=+3] - this will show events a month with same date that is 3 months in advance.

The other new variable is day_incre will focus a different date for the daily view calendar.
eg. [add_eventon_dv day_incre=+3] - this will show events for a day that is 3 days in advance.

Other variables that work with this shortcode are event_type, event_type_2, and event_count. Also note you will see easy shortcode buttons for daily view in EventON shortcode popup in WYSIWYG text editor on pages.

Php template tags

<?php
if(function_exists(add_eventon_dv)){
add_eventon_dv($args);
}?>