-
-
-
+
- >
+
+
+
-
+
’
@@ -37,18 +36,17 @@ - -
-
-
+
>
+
+
-
+
-
-
-
+
@@ -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;
>
+
+
-
+
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;