13 lines
366 B
PHP
13 lines
366 B
PHP
|
<div class="post-comic-head"></div>
|
||
|
<div class="post-comic">
|
||
|
<div class="comicarchiveframe">
|
||
|
<a href="<?php the_permalink() ?>">
|
||
|
<?php do_action('show_archive') ?>
|
||
|
<br />
|
||
|
<h3><?php the_title() ?></h3>
|
||
|
<small><?php the_time('F jS, Y') ?></small>
|
||
|
</a>
|
||
|
</div>
|
||
|
<br class="clear-margins" />
|
||
|
</div>
|
||
|
<div class="post-comic-foot"></div>
|