-
diff --git a/options/indexoptions.php b/options/indexoptions.php
index 4eebba8..e117cdb 100644
--- a/options/indexoptions.php
+++ b/options/indexoptions.php
@@ -20,6 +20,15 @@
+
+ |
+
+
+ |
+
+
+ |
+
diff --git a/single.php b/single.php
index a480cd0..a331fff 100644
--- a/single.php
+++ b/single.php
@@ -10,7 +10,7 @@ if (have_posts()) : while (have_posts()) : the_post();
$next_comic = get_next_comic();
$next_comic = (array)$next_comic;
$next_date = mysql2date('Y-m-j', $next_comic['post_date']);
- $blog_query = 'showposts='.$blog_postcount.'&order=asc&cat=-'.exclude_comic_categories();
+ $blog_query = 'showposts='.$comicpress_options['blog_postcount'].'&order=asc&cat=-'.exclude_comic_categories();
}
} else {
comicpress_display_post();
@@ -25,9 +25,8 @@ if (have_posts()) : while (have_posts()) : the_post();