function.php dosyanızın en altına;
$ayar = get_option('tema-kisa-ismi_ayar');ekleyin, daha sonra query alanınıza
<?php $ibrabim = array(
'post_type' => 'post',
'cat' => $ayar,
'posts_per_page' => 3
);
query_posts( $ibrabim ); if ( have_posts() ) : while( have_posts() ){ the_post(); ?>
içerik.
<?php } else: ?>
<?php endif; wp_reset_query(); ?>şeklinde deneyin..