This commit is contained in:
John Bintz 2009-11-28 16:12:12 -05:00
parent 425102f97d
commit 4abe51d106
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function display_comic_post() {
</div> </div>
</div> </div>
<div class="entry"> <div class="entry">
<?php if (!comicpress_check_file_file('partials/displaycomicpost-entry')) { ?> <?php if (!comicpress_check_child_file('partials/displaycomicpost-entry')) { ?>
<?php if (!is_single()) { global $more; $more = 0; } ?> <?php if (!is_single()) { global $more; $more = 0; } ?>
<?php the_content(__('&darr; Read the rest of this entry...','comicpress')); ?> <?php the_content(__('&darr; Read the rest of this entry...','comicpress')); ?>
<?php if (is_single()) wp_link_pages(array('before' => '<div class="linkpages"><span class="linkpages-pagetext">Pages:</span> ', 'after' => '</div>', 'next_or_number' => 'number')); ?> <?php if (is_single()) wp_link_pages(array('before' => '<div class="linkpages"><span class="linkpages-pagetext">Pages:</span> ', 'after' => '</div>', 'next_or_number' => 'number')); ?>