Calendar Widget in sidebar's fix.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
e8cdd1f7cf
commit
8e07fa1110
|
@ -7,7 +7,7 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?>
|
|||
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) :
|
||||
// the_widget('ComicpressBookmarkWidget','mode=three-button');
|
||||
if (is_cp_theme_layout('standard,v')) {
|
||||
the_widget('ComicpressCalendarWidget');
|
||||
the_widget('ComicPressCalendarWidget');
|
||||
the_widget('ComicpressArchiveDropdownWidget','mode=monthly_archive');
|
||||
}
|
||||
the_widget('WP_Widget_Pages');
|
||||
|
|
Loading…
Reference in New Issue