From 67a1a155aa02cb17a9f9c92db9e903863b142cbc Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Thu, 24 Dec 2009 15:09:56 -0800 Subject: [PATCH] making sure everything is using comicpress_display_post() that should Signed-off-by: Philip M. Hofer (Frumph) --- 404.php | 2 +- archive.php | 32 +++++++++++++++----------------- blog.php | 2 +- functions/dual-columns.php | 4 ++-- members-blog.php | 2 +- search-transcript.php | 4 ++-- search.php | 4 ++-- 7 files changed, 24 insertions(+), 26 deletions(-) diff --git a/404.php b/404.php index 9dea826..8634639 100644 --- a/404.php +++ b/404.php @@ -1,7 +1,7 @@ -
+

diff --git a/archive.php b/archive.php index c8e8069..dcc6852 100644 --- a/archive.php +++ b/archive.php @@ -17,10 +17,9 @@ } else { $posts = query_posts($query_string.'&order='.$archive_display_order); } ?> -
-
-
-
+
> +
+

@@ -37,18 +36,17 @@

-
-
+

-
+
-
-
-
+
> +
+
-
+
-
-
-
+
> +
+

-
+
diff --git a/blog.php b/blog.php index 01e5d57..174a445 100644 --- a/blog.php +++ b/blog.php @@ -15,7 +15,7 @@ Template Name: Blog while (have_posts()) : the_post(); - display_blog_post(); + comicpress_display_post(); endwhile; diff --git a/functions/dual-columns.php b/functions/dual-columns.php index 43fb687..5fb20dc 100644 --- a/functions/dual-columns.php +++ b/functions/dual-columns.php @@ -9,7 +9,7 @@ function comicpress_dual_columns() { $posts = query_posts($blog_query); if (have_posts()) { while (have_posts()) : the_post(); - display_blog_post(); + comicpress_display_post(); endwhile; } ?> View all posts by:
@@ -20,7 +20,7 @@ function comicpress_dual_columns() { $posts = query_posts($blog_query); if (have_posts()) { while (have_posts()) : the_post(); - display_blog_post(); + comicpress_display_post(); endwhile; } ?> View all posts by:
diff --git a/members-blog.php b/members-blog.php index 4a8cb3d..62f6ab8 100644 --- a/members-blog.php +++ b/members-blog.php @@ -15,7 +15,7 @@ Template Name: Members Only Blog $posts = query_posts($blog_query); while (have_posts()) : the_post(); - display_blog_post(); + comicpress_display_post(); endwhile; diff --git a/search-transcript.php b/search-transcript.php index e74ea33..9e8838d 100644 --- a/search-transcript.php +++ b/search-transcript.php @@ -31,9 +31,9 @@ $count = $tmp_search->post_count;