mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-21 00:35:30 -04:00
Allow the comic dropdown list to appear on home page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user