This plugin allows you to display some beautiful schedules on your wordpress by using simple shortcode.
To begin, let’s display an empty schedule by typing [schedule show-all-days="true"] on your page or post.
To fill the availabilities, you should use the following attributes :"mo","tu","we","th,"fr',sa","su"
As you’ve seen in the first example there are some addtional attributes to display empty days.
There are two of them :
show-all-dayswhich displays the entire week (monday to sunday)show-week-dayswhich displays only the business days (monday to friday)
Both of them take a boolean value (true or false). If you leave them empty or with another value it will be considered false.
You can choose the color used to fill your schedule by providing a color tag. This one accept hexadecimal format such as color="#003300" or html color color="pink". Don’t forget the # before your code !

评论0