<?php $paneloptions = get_option('yonetim-paneli'); ?> //Yönetim panelinden bilgiler geliyor ve $paneloptions değişkenine aktarıyorum<?php query_posts($query_string . '&cat=??????????????' ); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> //yönetim panelinden gelen kategori ID numarasını '&cat=?????????' içine yazdıramadım nasıl yapabilirim?