<?php
$post = $wp_query->post;
if (is_category('30')) {
include(TEMPLATEPATH.'/category-xx.php');} // template for kategorien med spesifikt antall
else {
include(TEMPLATEPATH.'/category-xx.php'); // template for de andre kategoriene
}
?>
global $query_string;
query_posts( $query_string . '&posts_per_page=18' );