Pages

Pages - Menu

24 Nisan 2011 Pazar

WordPress’te popüler yazıları gösterme

1- Flizilla programını açın ve giriş yapın
2- sidebar.php dosyasna girin ve bileşen kodlarının hemed peşine bu kodu ekleyin

Popüler Konular
get_results(“SELECT comment_count,ID,post_title FROM $wpdb->posts ORDER BY comment_count DESC LIMIT 0 , 5″);
foreach ($result as $post) {
setup_postdata($post);
$postid = $post->ID;
$title = $post->post_title;
$commentcount = $post->comment_count;
if ($commentcount != 0) { ?>

{}
NOT : Bu kod sitenizdeki ep çok gösterilen 5 yazıyı gösterecektir.

Anlatım tamamiyle bana aittir

Hiç yorum yok:

Yorum Gönder