Anasayfada 6 adet yazı göstermek istiyorum.
Page.php de ise sınırsız yazı göstermek istiyorum?
Denediğim Kod :
'showposts'=> 5
$args = array(
'post_type' => 'ozelmenu_goster',
'nopaging' => true,
);
$yazi = new WP_Query($args);
while($yazi->have_posts()): $yazi->the_post();
$resim_link = wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) );
?>