11 lines
413 B
HTML
11 lines
413 B
HTML
<div class="post-comic-head"></div>
|
|
<div class="post-comic">
|
|
<div class="comicarchiveframe">
|
|
<a href="<?php the_permalink() ?>"><img src="<?php the_comic_archive() ?>" alt="<?php the_title() ?>" title="<?php the_transcript() ?>" /><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>
|