Introduction Shortcode Use

Use this shortcode to add the calendar with week strip: [add_eventon_wv]

You can also use the variable focus_week to show a different focus weel just like the eventon calendar.
eg. [add_eventon_wv focus_week='3'] - this will show events of the current month for the week #3.

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 weekly view in EventON shortcode popup in WYSIWYG text editor on pages.

How to customize the appearance of weeklyView Section

Go to myEventON> Settings > Appearance and under WeeklyView Styles you can configure colors for variety of elements in for weeklyView.

Php template tags

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