Merhaba arkadaşlar ,
ben kendimi wordpress'te geliştirdim. Ama bazı yerlerde düzenleme yapamıyorum.
BU resimde işaretlediğim alanı nasıl kaldırabilirim ?
Kategoriler
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) { ?>
- Kez yorum yapıldı
Kategoriler