diff --git a/comments.php b/comments.php index 6ffe6a4..8b3b6a5 100644 --- a/comments.php +++ b/comments.php @@ -1,4 +1,4 @@ -
> + } if ( have_comments() ) : ?> +
> @@ -139,7 +140,7 @@ if ( have_comments() ) : ?>
- +
- + diff --git a/functions.php b/functions.php index 0729855..767203c 100644 --- a/functions.php +++ b/functions.php @@ -5,7 +5,7 @@ if (function_exists('id_get_comment_number')) { remove_filter('comments_number','id_get_comment_number'); } -$comicpress_version = '2.8.1.6'; +$comicpress_version = '2.8.1.7'; // Remove the wptexturizer from changing the quotes and squotes. // remove_filter('the_title', 'wptexturize'); diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index 159b47c..cc37680 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -34,6 +34,7 @@ function display_blog_post() {
+ '
Pages: ', 'after' => '
', 'next_or_number' => 'number')); ?>
diff --git a/functions/displaycomicpost.php b/functions/displaycomicpost.php index 8c0b3a3..6ec783e 100644 --- a/functions/displaycomicpost.php +++ b/functions/displaycomicpost.php @@ -47,6 +47,7 @@ function display_comic_post() {
+ '
Pages: ', 'after' => '
', 'next_or_number' => 'number')); ?>
diff --git a/page.php b/page.php index f373480..2e891bb 100644 --- a/page.php +++ b/page.php @@ -37,7 +37,7 @@

- '

Pages: ', 'after' => '

', 'next_or_number' => 'number')) ?> + '
Pages: ', 'after' => '
', 'next_or_number' => 'number')); ?>
', '

') ?>
diff --git a/style.css b/style.css index 4159bb3..80e3e6e 100644 --- a/style.css +++ b/style.css @@ -595,6 +595,11 @@ a.navi-comments:hover span { padding: 3px; } +.linkpages { + float: right; + margin: 5px; +} + /* COMMENT LINK */ .comment-link {