From 782a7feb2928865c3a92d4733290b79cc9130c65 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Fri, 25 Dec 2009 17:42:55 -0800 Subject: [PATCH] sidebar-left.php sidebar-right.php (the_widget archivedropdown fix) comicpress-options.php loading the include files with a glob. Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-options.php | 15 ++++++--------- sidebar-left.php | 2 +- sidebar-right.php | 3 +-- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/comicpress-options.php b/comicpress-options.php index a8cfe1a..3d38579 100644 --- a/comicpress-options.php +++ b/comicpress-options.php @@ -215,15 +215,12 @@ function comicpress_admin() {
- - - - - - - - - + + diff --git a/sidebar-left.php b/sidebar-left.php index aca06c4..c2d20f1 100644 --- a/sidebar-left.php +++ b/sidebar-left.php @@ -7,7 +7,7 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?> if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Left Sidebar') ) : if (!is_cp_theme_layout('standard,v')) { the_widget('ComicPressCalendarWidget'); -// the_widget('ComicPressArchiveDropdownWidget','mode=monthly_archive'); + the_widget('ComicPressArchiveDropdownWidget', 'mode=storyline_order'); } the_widget('ComicPressLatestComicsWidget'); endif; diff --git a/sidebar-right.php b/sidebar-right.php index 65de015..afc5026 100644 --- a/sidebar-right.php +++ b/sidebar-right.php @@ -8,12 +8,11 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?> the_widget('ComicpressBookmarkWidget','mode=three-button'); if (is_cp_theme_layout('standard,v')) { the_widget('ComicPressCalendarWidget'); - the_widget('ComicpressArchiveDropdownWidget','mode=monthly_archive'); + the_widget('ComicPressArchiveDropdownWidget', 'mode=storyline_order'); } if ($comicpress_options['disable_comic_frontpage']) { the_widget('ComicPressLatestThumbnailWidget'); } - the_widget('WP_Widget_Search'); the_widget('WP_Widget_Pages'); the_widget('WP_Widget_Categories','hierarchical=1&count=1');