Tamama şimdi buldum. endwhile; koymayı unutmuşsun.
http://codex.wordpress.org/Function_Reference/have_posts
http://codex.wordpress.org/Function_Reference/have_posts
if ( have_posts() ) :
while ( have_posts() ) : the_post();
// Your loop code
endwhile;
else :
echo wpautop( 'Sorry, no posts were found' );
endif;
?>
/*
Template Name: KategoriKutusu
*/
?>
'') echo(get_option('er_kutu_1'));?>
$featured_cat = get_option('er_kutu_2_2');
$featured_num = (int) get_option('er_kutu_2_2_2');
query_posts("showposts=$featured_num&cat=".get_catID($featured_cat));
while (have_posts()) { the_post(); }
?>