Wordpress popüler yazıları aşağıdaki kodları kullanarak sidebar.php veya index.php de gösterebilirsiniz. (konu altında görünmesini isterseniz single.php de kullanmanız gerekir.)
Sitemde kullandığım kodlardır.
foreach ($result as $post) {
setup_postdata($post);
$postid = $post->ID;
$title = $post->post_title;
$commentcount = $post->comment_count;
if ($commentcount != 0) { ?>
setup_postdata($post);
$postid = $post->ID;
$title = $post->post_title;
$commentcount = $post->comment_count;
if ($commentcount != 0) { ?>
Hiç yorum yok:
Yorum Gönder