ComicPressLatestComics commented out in sidebar-left.php, it's causing a $post problem.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-25 11:47:16 -08:00
parent 6a44dea720
commit b94d4973c9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
?>
</div>