From b94d4973c98efd9cccda7382598c1d17d8728c69 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Fri, 25 Dec 2009 11:47:16 -0800 Subject: [PATCH] ComicPressLatestComics commented out in sidebar-left.php, it's causing a $post problem. Signed-off-by: Philip M. Hofer (Frumph) --- sidebar-left.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebar-left.php b/sidebar-left.php index a68c7e3..1d57cb9 100644 --- a/sidebar-left.php +++ b/sidebar-left.php @@ -9,7 +9,7 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?> the_widget('ComicPressCalendarWidget'); the_widget('ComicPressArchiveDropdownWidget','mode=monthly_archive'); } - the_widget('ComicPressLatestComicsWidget'); +// the_widget('ComicPressLatestComicsWidget'); endif; ?>