Cara Agar Post Wordpress Tanpa Konten Tidak Muncul di Blog
masuk ke function.php masukkan kode berikut ini dipaling bawah:
function my_filter_where($where = ''){
return $where .= "AND trim(coalesce(post_content, '')) <>''";
}
add_filter('posts_where', 'my_filter_where');
0 Response to "Cara Agar Post Wordpress Tanpa Konten Tidak Muncul di Blog"
Posting Komentar