comicpress-core/partials/search-comic-post.inc

11 lines
401 B
PHP
Raw Normal View History

2009-07-15 22:36:40 +00:00
<div class="post-comic-head"></div>
<div class="post-comic">
2009-07-24 17:34:57 +00:00
<div class="comicarchiveframe">
2009-10-20 01:41:55 +00:00
<a href="<?php the_permalink() ?>"><?php do_action('show_archive') ?></a>
<br />
<h3><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h3>
2009-07-15 22:36:40 +00:00
<small><?php the_time('F jS, Y') ?></small></a>
</div>
<br class="clear-margins" />
</div>
<div class="post-comic-foot"></div>