Let's say a blogger will be going away for a few days and won't have internet connection to check on the comments posted by visitors. Katakanlah seorang blogger akan pergi selama beberapa hari dan tidak akan memiliki koneksi internet untuk memeriksa komentar-komentar yang diposting oleh pengunjung. It's better to temporarily disable the comments to prevent spammers from flooding the comment box with all sorts of useless links. Lebih baik untuk sementara menonaktifkan komentar untuk mencegah spammer dari membanjiri kotak komentar dengan segala macam link yang tidak berguna. Here's how to temporarily disable the comment form on all posts. Berikut adalah cara menonaktifkan sementara formulir komentar pada semua posting.

It requires 2 steps. Memerlukan 2 langkah. Modifying the theme code and install a plugin that would stop anyone from using the wordpress comment php script. Memodifikasi kode tema dan menginstal sebuah plugin yang akan menghentikan orang dari menggunakan script php komentar wordpress.

1.) Turn off the display of the comment form in your Comments file in your template. 1.) Matikan layar formulir komentar di file Komentar Anda template Anda. To do this, go to “ Presentation ” -> “ Theme Editor ” then edit the Comments file. Untuk melakukan hal ini, pergi ke "Presentation" -> "Theme Editor" kemudian mengedit file Komentar. Find the part in the file that looks like this (it is probably slightly different, depending on what theme you’re using): Tentukan bagian dalam file yang terlihat seperti ini (hal ini mungkin sedikit berbeda, tergantung pada tema apa yang youâ € ™ re menggunakan):

[code] [code] comment_status) : ?> comment_status):?>

Leave a Reply Leave a Reply

[/code] [/ code]

Change it to this: Mengubahnya ke ini:

[code] [code] comment_status) : ?> comment_status):?>

Comments are temporarily disabled Komentar untuk sementara dinonaktifkan

Leave a Reply Leave a Reply

[/code] [/ code]

2.) Either rename your wp-comments-post.php file (in the root of your WordPress directory) to something unguessable like betyoucantguessthis.php OR install this 2.) Entah mengubah nama wp-comments-post.php file (di root direktori WordPress Anda) untuk sesuatu unguessable seperti menginstal betyoucantguessthis.php ATAU plugin plugin that can temporarily disable all comments but choose to still allow trackbacks and / or pingbacks. sementara yang dapat menonaktifkan semua komentar tapi memilih untuk tetap memungkinkan Pelacakan dan / atau Pingbacks.

The second step is necessary because spammers don’t need to visit your comment form to be able to post comments. Langkah kedua adalah perlu karena para spammer dona € ™ t perlu untuk mengunjungi formulir komentar anda untuk dapat mengirim komentar.

I did this research because I will be going away for a week to Taiwan and Hong Kong. Saya melakukan penelitian ini karena saya akan pergi selama seminggu ke Taiwan dan Hong Kong. So there won't be any articles and comments would be turned off. Jadi, tidak akan ada artikel apapun dan komentar akan dimatikan.

Technorati Tags: Technorati Tags: , , , , , ,