diff --git a/core/um-actions-access.php b/core/um-actions-access.php index 74c595c0..5470aff9 100644 --- a/core/um-actions-access.php +++ b/core/um-actions-access.php @@ -63,7 +63,7 @@ add_action('um_access_category_settings','um_access_category_settings'); function um_access_category_settings() { global $post, $wp_query, $ultimatemember; - if ( is_single() || get_the_category() ) { + if ( is_single() || get_the_category() && ! is_front_page() && ! is_home() ) { $categories = get_the_category();