edits to everything
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
1d8aae13be
commit
91bbf499d4
7
404.php
7
404.php
|
@ -39,9 +39,12 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
get_sidebar('right'); ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (is_cp_theme_style('standard,gn,3c')) { ?>
|
||||
<?php if (is_cp_theme_style('gn')) { ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
<?php } ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -176,7 +176,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -106,7 +106,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -108,7 +108,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -81,7 +81,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -69,7 +69,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -155,7 +155,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -54,7 +54,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -94,7 +94,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
2
blog.php
2
blog.php
|
@ -59,7 +59,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -136,7 +136,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<?php
|
||||
|
||||
//COMIC CATEGORY -the WordPress ID # of your comic category (default "3")
|
||||
$comiccat = "4";
|
||||
$comiccat = "3";
|
||||
|
||||
//BLOG CATEGORY - the WordPress ID of your blog category (default "1")
|
||||
$blogcat = "3";
|
||||
$blogcat = "1";
|
||||
|
||||
//COMIC FOLDER - the folder your comics files are located in (default "comics")
|
||||
$comic_folder = "comics";
|
||||
|
||||
//RSS COMIC FOLDER - the folder your comic files are in for the RSS feed (default "comics")
|
||||
$rss_comic_folder = "comics-rss";
|
||||
$rss_comic_folder = "comics";
|
||||
|
||||
//ARCHIVE COMIC FOLDER - the folder your comic files are in for your archive pages (default "comics")
|
||||
$archive_comic_folder = "comics-archive";
|
||||
$archive_comic_folder = "comics";
|
||||
|
||||
//ARCHIVE COMIC WIDTH - the width your comics will appear on archive or search results (default "380")
|
||||
$archive_comic_width = "380";
|
||||
|
||||
//RSS COMIC WIDTH - ComicPress Manager plugin users only - the width your comics appear in the RSS feed (default "600").
|
||||
$rss_comic_width = "180";
|
||||
$rss_comic_width = "600";
|
||||
|
||||
//BLOG POSTCOUNT - the number of blog entries to appear on the home page (default "5").
|
||||
$blog_postcount = "5";
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<div class="clear"></div><!-- Clears floated columns and sidebars -->
|
||||
|
||||
<div id="footer">
|
||||
<?php if (function_exists('the_project_wonderful_ad')) { ?>
|
||||
<div class="footerpwad">
|
||||
|
|
|
@ -5,7 +5,7 @@ if (function_exists('id_get_comment_number')) {
|
|||
remove_filter('comments_number','id_get_comment_number');
|
||||
}
|
||||
|
||||
$comicpress_version = '2.8.0.R5';
|
||||
$comicpress_version = '2.8.0.1';
|
||||
|
||||
// Remove the wptexturizer from changing the quotes and squotes.
|
||||
// remove_filter('the_title', 'wptexturize');
|
||||
|
|
|
@ -99,7 +99,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -23,12 +23,12 @@
|
|||
while ($comicFrontpage->have_posts()) : $comicFrontpage->the_post() ?>
|
||||
|
||||
<div id="comic-head"><?php get_sidebar('over'); ?></div>
|
||||
<?php get_sidebar('comicleft'); ?>
|
||||
<div id="comic">
|
||||
<?php get_sidebar('comicleft'); ?>
|
||||
<?php display_comic(); ?>
|
||||
<?php get_sidebar('comicright'); ?>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php get_sidebar('comicright'); ?>
|
||||
<div class="clear"></div>
|
||||
<div id="comic-foot"><?php get_sidebar('under'); ?></div>
|
||||
|
||||
<?php endwhile; ?>
|
||||
|
@ -112,7 +112,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
13
links.php
13
links.php
|
@ -67,4 +67,17 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
</div>
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?><?php
|
||||
if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
||||
get_sidebar('right'); ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (is_cp_theme_style('gn')) { ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
6
page.php
6
page.php
|
@ -52,7 +52,13 @@
|
|||
if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
||||
get_sidebar('right'); ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (is_cp_theme_style('gn')) { ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -138,7 +138,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -19,12 +19,12 @@
|
|||
if (in_comic_category()) { ?>
|
||||
|
||||
<div id="comic-head"><?php get_sidebar('over'); ?></div>
|
||||
<?php get_sidebar('comicleft'); ?>
|
||||
<div id="comic">
|
||||
<?php get_sidebar('comicleft'); ?>
|
||||
<?php display_comic(); ?>
|
||||
<?php get_sidebar('comicright'); ?>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php get_sidebar('comicright'); ?>
|
||||
<div class="clear"></div>
|
||||
<div id="comic-foot"><?php get_sidebar('under'); ?></div>
|
||||
|
||||
<?php } endwhile; ?>
|
||||
|
@ -87,7 +87,7 @@ if (is_cp_theme_style('3c,v3c,gn,standard,v')) {
|
|||
<?php } ?>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
</div> <!-- end pageright-wrapper / content-wrapper -->
|
||||
|
||||
<?php get_footer() ?>
|
Loading…
Reference in New Issue