diff --git a/functions/displaycomicpost.php b/functions/displaycomicpost.php index 45128e1..3d911fb 100644 --- a/functions/displaycomicpost.php +++ b/functions/displaycomicpost.php @@ -7,7 +7,15 @@ */ function display_comic_post() { - global $post, $wp_query, $authordata, $enable_related_comics, $enable_comic_post_author_gravatar, $enable_comic_post_calendar, $disable_categories_in_posts, $disable_tags_in_posts; ?> + global $post, $wp_query, $authordata, $enable_related_comics, $enable_comic_post_author_gravatar, $enable_comic_post_calendar, $disable_categories_in_posts, $disable_tags_in_posts; + $first_comic = get_first_comic_permalink(); $last_comic = get_last_comic_permalink(); + ?> +
diff --git a/style.css b/style.css index 9dce94f..4526123 100644 --- a/style.css +++ b/style.css @@ -366,6 +366,38 @@ a.navi-comments:hover span { color:#860b04; } +.nav,.blognav { + float: right; + font-size: 12px; + font-weight: bold; + margin-right: 10px; + padding: 8px 5px 5px 5px; +} + + .nav-first { + padding: 0 5px 0 0; + float: left; + } + + .nav-previous { + padding: 0 5px; + float: left; + } + + .nav-next { + padding: 0 5px; + float: left; + } + + .nav-last { + padding: 0 0 0 5px; + float: left; + } + +a.navi-comments:hover span { + color:#860b04; +} + .pagenav, .commentnav { height: 25px; color: #000; @@ -1473,3 +1505,5 @@ li.pingback div p, li.trackback div p { margin: 0; padding: 0; } + +.nav { display: none; }