2009-11-13 16:00:25 +00:00
|
|
|
<?php get_header(); ?>
|
|
|
|
<?php include(get_template_directory() . '/layout-head.php'); ?>
|
|
|
|
|
2009-12-20 12:05:59 +00:00
|
|
|
<?php while (have_posts()) : the_post() ?>
|
|
|
|
|
2009-12-24 23:01:47 +00:00
|
|
|
<?php comicpress_display_post(); ?>
|
2009-12-20 12:05:59 +00:00
|
|
|
|
|
|
|
<?php endwhile; ?>
|
|
|
|
|
|
|
|
<?php if ('open' == $post->comment_status) { comments_template('', true); } ?>
|
2009-11-13 16:00:25 +00:00
|
|
|
|
|
|
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
|
|
|
<?php get_footer() ?>
|