mirror of
https://github.com/Frumph/comicpress.git
synced 2026-01-31 02:05:17 +01:00
24 lines
340 B
PHP
24 lines
340 B
PHP
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
|
|
|
<div class="post-content">
|
|
|
|
<div class="entry">
|
|
|
|
<?php
|
|
comicpress_display_the_content();
|
|
?>
|
|
|
|
<div class="clear"></div>
|
|
|
|
<?php
|
|
edit_post_link( __( 'Edit this post.', 'comicpress' ), '', '' );
|
|
?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
</article>
|