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. Låt oss säga att en bloggare kommer att åka bort några dagar och kommer inte ha internet-anslutning för att kontrollera kommentarerna postat av besökare. It's better to temporarily disable the comments to prevent spammers from flooding the comment box with all sorts of useless links. Det är bättre att tillfälligt stänga av kommentarer för att förhindra spammare från översvämning kommentaren i rutan med alla typer av onyttig länkar. Here's how to temporarily disable the comment form on all posts. Så här gör du för att tillfälligt stänga av kommentar form i alla inlägg.

It requires 2 steps. Det krävs 2 steg. Modifying the theme code and install a plugin that would stop anyone from using the wordpress comment php script. Ändra temat koden och installera en plugin som skulle hindra någon från att använda wordpress skriptet kommentar php.

1.) Turn off the display of the comment form in your Comments file in your template. 1.) Stäng av visningen av kommentaren form i dina kommentarer filen i din mall. To do this, go to “ Presentation ” -> “ Theme Editor ” then edit the Comments file. För att göra detta, gå till "Presentation" -> "Theme Editor" redigera sedan Kommentarer filen. Find the part in the file that looks like this (it is probably slightly different, depending on what theme you’re using): Hitta den del i den fil som ser ut så här (det är nog lite olika, beroende på vilket tema youâ € ™ re använder):

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

Leave a Reply Lov en Svara

[/code] [/ code]

Change it to this: Ändra det till detta:

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

Comments are temporarily disabled Kommentarer är tillfälligt avaktiverad

Leave a Reply Lov en Svara

[/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.) Antingen byta namn på din wp-comments-post.php fil (i roten av din WordPress katalog) till något unguessable liknande betyoucantguessthis.php Eller installera detta plugin plugin that can temporarily disable all comments but choose to still allow trackbacks and / or pingbacks. som tillfälligt kan stänga av alla kommentarer, men väljer att ändå tillåta trackbacks och / eller pingbacks.

The second step is necessary because spammers don’t need to visit your comment form to be able to post comments. Det andra steget är nödvändig eftersom spammare donâ € ™ t behov av att besöka din kommentar form för att kunna skriva kommentarer.

I did this research because I will be going away for a week to Taiwan and Hong Kong. Jag gjorde denna forskning eftersom jag kommer att åka bort en vecka till Taiwan och Hong Kong. So there won't be any articles and comments would be turned off. Så det inte blir några artiklar och kommentarer skulle vara avstängd.

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