adding storyline nav
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
4b7d18e103
commit
94ad13698a
|
@ -11,7 +11,7 @@
|
|||
<?php get_sidebar('footer'); ?>
|
||||
<p>
|
||||
©<?php echo cp_copyright_year(); ?> <?php echo the_author_meta('firstname',0); echo " "; echo the_author_meta('lastname'); ?>. <?php bloginfo('name') ?> is powered by <a href="http://wordpress.org/">WordPress</a> with <a href="http://comicpress.org/">ComicPress</a>
|
||||
| Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a> | <a href="#outside" onclick="scrollup(); return false;">Return to Top </a><br />
|
||||
| Subscribe: <a href="<?php bloginfo('rss2_url') ?>">RSS Feed</a> | <a href="#outside" onclick="scrollup(); return false;">Back to Top ↑</a><br />
|
||||
<!-- <?php echo get_num_queries() ?> queries. <?php timer_stop(1) ?> seconds. -->
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -31,8 +31,8 @@ class widget_comicpress_graphical_navigation extends WP_Widget {
|
|||
$first_comic = get_first_comic_permalink();
|
||||
$last_comic = get_last_comic_permalink();
|
||||
|
||||
$prev_story = '';
|
||||
$next_story = '';
|
||||
$prev_story = get_previous_storyline_start_permalink();
|
||||
$next_story = get_next_storyline_start_permalink();
|
||||
?>
|
||||
|
||||
<div id="comic_navi_wrapper">
|
||||
|
|
Loading…
Reference in New Issue