Forums
Forums / Plugin: Availability Calendar / Calendar in Widget
(@kayu999)
13 years, 3 months ago
Sorry if someone asked but dont see a thread, anyway is there any way to add it in a widget? I tried shortcode in text widget, doesn’t work.
http://ww.wp.xz.cn/extend/plugins/availability/
12 years, 10 months ago
Nvm figured it out myself
Go to theme’s function.php and just add – add_filter('widget_text', 'do_shortcode'); on top or the bottom I’ve put it here –
add_filter('widget_text', 'do_shortcode');
<?php # option-tree start add_filter('ot_show_pages', '__return_false'); add_filter('ot_theme_mode', '__return_true'); add_filter('widget_text', 'do_shortcode');
The topic ‘Calendar in Widget’ is closed to new replies.