Is this te part of general-template.php where i have to insert a kind of exclude category tag?
// Quick check. If we have no posts at all, abort!
if ( !$posts) {
$gotsome = $wpdb->get_var("SELECT ID from $wpdb->posts WHERE post_type = 'post' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 1");
if ( !$gotsome )
return;
}