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. Давайте припустимо, що блогери буде їду на кілька днів і не буде мати підключення до Інтернету, щоб перевірити на коментарі відвідувачів. It's better to temporarily disable the comments to prevent spammers from flooding the comment box with all sorts of useless links. Краще, щоб тимчасово відключити коментарі до запобігання спамерів від повені поле коментаря всякі непотрібні посилання. Here's how to temporarily disable the comment form on all posts. Ось як можна тимчасово відключити коментарі формі по всіх посадах.

It requires 2 steps. Це вимагає 2-х етапів. Modifying the theme code and install a plugin that would stop anyone from using the wordpress comment php script. Зміна теми код і встановити плагін, що б люди припинили використовувати WordPress сценаріїв PHP коментарі.

1.) Turn off the display of the comment form in your Comments file in your template. 1.) Відключити відображення у формі коментарів ваші коментарі файлу шаблону. To do this, go to “ Presentation ” -> “ Theme Editor ” then edit the Comments file. Щоб зробити це, перейдіть на "Вистава" -> "Редактор тем", а потім змінити коментарі файлу. Find the part in the file that looks like this (it is probably slightly different, depending on what theme you’re using): Знайти участь у файлі, який виглядає наступним чином (це, ймовірно, може дещо відрізнятися, залежно від того, що тема Youâ € ™ повторного використання):

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

Leave a Reply Написати відповідь

[/code] [/ CODE]

Change it to this: Змінити його до цього:

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

Comments are temporarily disabled Коментарі тимчасово відключена

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.) Або перейменувати WP-коментарів post.php-файл (в кореневому каталозі WordPress) до чогось unguessable як betyoucantguessthis.php Або встановіть цю plugin Плагін that can temporarily disable all comments but choose to still allow trackbacks and / or pingbacks. що можна тимчасово відключити всі коментарі, але вирішувати все-таки дозволить Trackbacks і / або PingBacks.

The second step is necessary because spammers don’t need to visit your comment form to be able to post comments. Другим кроком є необхідним, оскільки спамери donâ € ™ т необхідно, щоб відвідати ваш коментар форму щоб мати можливість відправляти коментарі.

I did this research because I will be going away for a week to Taiwan and Hong Kong. Я зробив це тому, що дослідження буде їду на тиждень в Тайвані і Гонконгу. So there won't be any articles and comments would be turned off. Так що не буде жодних статей і коментарів буде вимкнено.

Technorati Tags: Бірки Technorati: , , , , , ,