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:
parent
6a44dea720
commit
b94d4973c9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue