function is_single ($post = '') {
    global $wp_query;

    if ( !$wp_query->is_single )
        return false;