Öncelikle iyi akşamlar arkadaşlar ;

global $post;
$args = array( 'numberposts' => 4, 'offset'=> 0, 'category' => 1 );
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post); ?>


<?php the_title(); ?>


kere dinlendi!




Kodunda bulunan "'category' => 1" kısmında ki 1 rakamını tema panelinden çekmek istiyorum.Bunun içinde aşağıda ki kodu kullanmam gerekiyor ancak kullanınca da PHP hatası alıyorum.



Şimdi arkadaşlar ben bu ikinci kodu , birinci kodda ki istediğim yere nasıl entegre edebilirim?