function preventHomepageTips($query) {
if($query->is_home() && $query->is_main_query()) {
$query->set('cat', '-40'); // 40 Numarası Kategori ID'dir
}
}
add_action('pre_get_posts', 'preventHomepageTips');
[su_note note_color="#b41f2e" text_color="#ffffff" radius="0"]Functions.php dosyası üzerinde işlem yapmadan önce dosyanın yedeğini alınız[/su_note]
0 yorum:
Yorum Gönder