Skip to content

Commit

Permalink
Fix displaying of intro-cat on single category page
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Feb 1, 2017
1 parent 258e53b commit bb53482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/skins/_skin.funcs.php
Expand Up @@ -347,7 +347,7 @@ function skin_init( $disp )
$robots_index = false;
}
}
elseif( array_diff( $active_filters, array( 'cat_array', 'cat_modifier', 'cat_focus', 'posts', 'page' ) ) == array() )
elseif( array_diff( $active_filters, array( 'cat_single', 'cat_array', 'cat_modifier', 'cat_focus', 'posts', 'page' ) ) == array() )
{ // This is a category page
$disp_detail = 'posts-cat';
$seo_page_type = 'Category page';
Expand Down

0 comments on commit bb53482

Please sign in to comment.