Skip to content

Commit

Permalink
removed the above blog settings to show on is_home only, the sidebar …
Browse files Browse the repository at this point in the history
…now shows on all posts/pages
  • Loading branch information
Frumph committed Jul 8, 2014
1 parent f79ef4f commit 6bd3ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.php
@@ -1,4 +1,5 @@
<?php get_header();
<?php
get_header();

if (!comicpress_themeinfo('disable_blog_on_homepage')) {

Expand Down
2 changes: 1 addition & 1 deletion layout-head.php
Expand Up @@ -20,4 +20,4 @@
<div id="content" class="narrowcolumn">
<?php do_action('comic-blog-area'); ?>
<?php do_action('comicpress-narrowcolumn-area'); ?>
<?php if (is_home() && !comicpress_sidebars_disabled()) comicpress_get_sidebar('over-blog'); ?>
<?php if (!comicpress_sidebars_disabled()) comicpress_get_sidebar('over-blog'); ?>

0 comments on commit 6bd3ab0

Please sign in to comment.