2009-09-03 01:12:30 +00:00
|
|
|
<?php get_header(); ?>
|
|
|
|
|
2009-09-15 10:23:54 +00:00
|
|
|
<div id="content-wrapper-top"></div>
|
2009-09-03 01:12:30 +00:00
|
|
|
<div id="content-wrapper">
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-09-15 10:23:54 +00:00
|
|
|
<?php if (is_cp_theme_layout('gn,v3c')) get_sidebar('left'); ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-09-15 10:23:54 +00:00
|
|
|
<?php if (is_cp_theme_layout('gn')) { ?>
|
|
|
|
<div id="pagewrap-right">
|
|
|
|
<?php } ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-09-15 10:23:54 +00:00
|
|
|
<?php if (is_cp_theme_layout('v3c,v')) { ?>
|
|
|
|
<div id="content" class="narrowcolumn">
|
|
|
|
<div class="column">
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php } ?>
|
2009-09-03 01:12:30 +00:00
|
|
|
|
2009-09-17 18:13:28 +00:00
|
|
|
<?php if (is_cp_theme_layout('3c,v')) { ?>
|
|
|
|
<div id="area-wrapper">
|
|
|
|
<?php } ?>
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php get_sidebar('overblog'); ?>
|
2009-09-07 13:37:15 +00:00
|
|
|
<?php if (is_cp_theme_layout('3c')) get_sidebar('left'); ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
|
2009-09-15 10:23:54 +00:00
|
|
|
<?php if (!is_cp_theme_layout('v3c,v')) { ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
<div id="content" class="narrowcolumn">
|
2009-09-15 10:23:54 +00:00
|
|
|
<div class="column">
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
<?php if (have_posts()) : while (have_posts()) : the_post() ?>
|
2009-09-15 10:23:54 +00:00
|
|
|
<div class="<?php comicpress_blogpost_class(); ?>">
|
2009-08-21 19:29:45 +00:00
|
|
|
<div class="post-page-head"></div>
|
|
|
|
<div class="post-page" id="post-<?php the_ID() ?>">
|
|
|
|
<h2 class="pagetitle"><?php the_title() ?></h2>
|
|
|
|
<div class="entry">
|
|
|
|
<?php the_content() ?>
|
2009-09-13 22:25:23 +00:00
|
|
|
<?php wp_link_pages(array('before' => '<div class="linkpages"><span class="linkpages-pagetext">Pages:</span> ', 'after' => '</div>', 'next_or_number' => 'number')); ?>
|
2009-08-21 19:29:45 +00:00
|
|
|
</div>
|
|
|
|
<?php edit_post_link('Edit this page.', '<p>', '</p>') ?>
|
|
|
|
<br class="clear-margins" />
|
|
|
|
</div>
|
|
|
|
<div class="post-page-foot"></div>
|
2009-09-12 15:28:32 +00:00
|
|
|
</div>
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php if ('open' == $post->comment_status) {
|
|
|
|
comments_template('', true);
|
|
|
|
} ?>
|
2009-09-03 01:12:30 +00:00
|
|
|
<?php endwhile; endif; ?>
|
|
|
|
</div>
|
2009-08-21 19:29:45 +00:00
|
|
|
</div>
|
2009-09-03 01:12:30 +00:00
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
<?php
|
2009-09-07 13:37:15 +00:00
|
|
|
if (is_cp_theme_layout('3c,v3c,gn,standard,v')) {
|
2009-09-03 01:12:30 +00:00
|
|
|
get_sidebar('right'); ?>
|
|
|
|
<?php } ?>
|
2009-09-03 04:39:23 +00:00
|
|
|
|
2009-09-17 18:13:28 +00:00
|
|
|
<?php if (is_cp_theme_layout('3c,v')) { ?>
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|
|
|
|
<?php } ?>
|
|
|
|
|
2009-09-07 13:37:15 +00:00
|
|
|
<?php if (is_cp_theme_layout('gn')) { ?>
|
2009-09-03 04:39:23 +00:00
|
|
|
</div>
|
|
|
|
<?php } ?>
|
|
|
|
|
2009-08-21 19:29:45 +00:00
|
|
|
<div class="clear"></div>
|
2009-09-03 04:39:23 +00:00
|
|
|
|
2009-09-07 22:23:01 +00:00
|
|
|
</div>
|
|
|
|
<div id="content-wrapper-bottom"></div>
|
2009-08-21 17:45:23 +00:00
|
|
|
<?php get_footer() ?>
|