global $post;
$args = array( 'numberposts' => 4, 'offset'=> 0, 'category' => 1 );
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post); ?>
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?