$featured_cat = get_option('panel_sol_2');
$featured_num = (int) get_option('panel_sol_2_2');
query_posts("showposts=$featured_num&cat=".get_catId($featured_cat));
while (have_posts()) : the_post(); ?>
Konu: Bu kodun neresi hatalı ?
$featured_cat = get_option('panel_sol_2');
$featured_num = (int) get_option('panel_sol_2_2');
query_posts("showposts=$featured_num&cat=".get_catId($featured_cat));
while (have_posts()) : the_post(); ?>