From 19ddffad2222d1c27f35d1ff6e80542f3beed2b2 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 22 Aug 2009 16:22:40 -0700 Subject: [PATCH] Change the way the subject/categories are displayed, moved them up to under the author. Added showposts = back to the index.php utilizing the blog_postcount, new SVN seems to have fixed the issue. Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-config.php | 2 +- functions/displayblogpost.php | 3 ++- index.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/comicpress-config.php b/comicpress-config.php index 149fdb2..6c26151 100644 --- a/comicpress-config.php +++ b/comicpress-config.php @@ -22,6 +22,6 @@ $archive_comic_width = "380"; $rss_comic_width = "180"; //BLOG POSTCOUNT - the number of blog entries to appear on the home page (default "5"). -$blog_postcount = "2"; +$blog_postcount = "3"; ?> \ No newline at end of file diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index 1668f30..9811b2d 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -24,6 +24,7 @@ function display_blog_post() {

- By on
+ - Subject:
@@ -34,7 +35,7 @@ function display_blog_post() {
- '); ?> Posted in: + '); ?>