Allow the comic dropdown list to appear on home page

This commit is contained in:
Frumph
2015-08-22 23:06:33 -07:00
parent 0c32b04fbe
commit 1cafb36caa
+1 -1
View File
@@ -74,7 +74,7 @@ class ceo_comic_list_dropdown_widget extends WP_Widget {
while ($comicFrontpage->have_posts()) : $comicFrontpage->the_post();
ceo_list_jump_to_comic($instance['exclude'], false);
endwhile;
} elseif (!empty($post) && $post->post_type == 'comic') {
} elseif (!empty($post)) {
ceo_list_jump_to_comic($instance['exclude'], false);
}
echo $after_widget;