get_var("SELECT COUNT(1) FROM $wpdb->usermeta WHERE meta_key = '" . $table_prefix . "user_level' AND meta_value > 1 LIMIT 2"); // If there are 2+ users, this is a multiple-user blog $multiple_users = ($count_users > 1); // Get the user information get_currentuserinfo(); global $user_level; // Post index for semantic classes $post_index = 1; // Check if to display asides inline or not if(is_archive() or is_search() or is_single() or (function_exists('is_tag') and is_tag())) { $k2asidescheck = '0'; } else { $k2asidescheck = get_option('k2asidesposition'); } ?>
'>