function yok_et() {
ob_start();
?>
<style>
.post-content p:contains("Bu bir deneme mesajıdır.") {
display: none;
}
</style>
<?php
echo ob_get_clean();
}
add_action('wp_head', 'yok_et');Yukarıdaki kodu functions.php dosyasının en altına ekleyip deneyebilir misin?
"Bu bir deneme mesajıdır." yazan yere ne çıkıyorsa onu yazarsın artık.
Yedek almayı unutma.