WordPress Belirli Kategoriden Belirli Sayıda Yazı Çekme

26 Ocak 2015alicanatas

Notlar:

cat=3  // bu kısımda hangi kategoriden yazı çekilecekse id’sini gir.
showposts=5 // bu kısımda kaç adet yazı gösterilecek onu gir.

	if (have_posts()) : 
	$posts= new WP_Query("cat=3&showposts=5"); 
	while($posts->have_posts()) : $posts->the_post();

//döndürülecek kod bloğu (div vs.)

endwhile;
endif

Leave a comment

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Önceki Yazı Sonraki Yazı