add partial check for comic post content

This commit is contained in:
John Bintz 2009-11-28 15:55:14 -05:00
parent c3cb81a4ef
commit 425102f97d
1 changed files with 12 additions and 10 deletions

View File

@ -54,9 +54,11 @@ function display_comic_post() {
</div>
</div>
<div class="entry">
<?php if (!comicpress_check_file_file('partials/displaycomicpost-entry')) { ?>
<?php if (!is_single()) { global $more; $more = 0; } ?>
<?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 } ?>
<div class="clear"></div>
</div>
<div class="post-comic-extras">