diff --git a/inc/template-tags.php b/inc/template-tags.php index 680a2e80..5babf4be 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -116,7 +116,7 @@ function _s_categorized_blog() { set_transient( '_s_categories', $all_the_cool_cats ); } - if ( $all_the_cool_cats > 1 ) { + if ( $all_the_cool_cats > 1 || is_preview() ) { // This blog has more than 1 category so _s_categorized_blog should return true. return true; } else {