26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
|
<div class="post-comic-head"></div>
|
||
|
<div class="post-comic">
|
||
|
<?php include('nav.inc') ?>
|
||
|
<div class="comicdate">
|
||
|
<?php the_date('F jS, Y') ?>
|
||
|
</div>
|
||
|
<div class="clear"></div>
|
||
|
<?php if (get_option('comicpress-enable-storyline-support') == 1) { ?>
|
||
|
<ul class="storyline-cats"><li class="storyline-root"><?php the_category(' » </li><li>', multiple) ?></li></ul>
|
||
|
<?php } ?>
|
||
|
<h2>
|
||
|
<a href="<?php get_permalink($last_comic_post->ID) ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'comicpress'), get_the_title()) ?>"><?php the_title() ?></a>
|
||
|
</h2>
|
||
|
<div class="entry">
|
||
|
<?php the_content('↓ Read the rest of this entry...') ?>
|
||
|
</div>
|
||
|
<?php the_transcript('styled') ?>
|
||
|
<div class="tags">
|
||
|
<?php the_tags('└ Tags: ', ', ', ''); edit_post_link('Edit Post', ' [ ', ' ] ') ?>
|
||
|
</div>
|
||
|
<div class="comment-link">
|
||
|
<?php if ('open' == $post->comment_status) { comments_popup_link('“Comment”', '“1 Comment”', '“% Comments”'); } ?>
|
||
|
</div>
|
||
|
<br class="clear-margins" />
|
||
|
</div>
|
||
|
<div class="post-comic-foot"></div>
|