WordPress help

Theme ermitteln: http://www.wpthemedetector.com/

Hinterlasse eine Antwort entfernen;

1:

  • Im WordPress Adminbereich unter Einstellungen -> Diskussion gehen.
  • Haken entfernen bei “Erlaube Besuchern neue Artikel zu kommentieren “
  • sowie Haken entfernen bei “Erlaube Link-Benachrichtigungen von anderen

2:

  • Seiten Alle Seiten alle markieren
  • In der Dropdownbox “Aktion wählen” auf “Bearbeiten” klicken und anschließend auf “Übernehmen” klicken.
  • Nun gelangt man in die “Massenbearbeitung”. Hier die Dropdownbox “Kommentare” auf “Nicht erlauben” stellen.

Und weg sind Sie!

Apache auf 2.5 die .htaccess braucht ne Anpassung

erneuern (Rauten sind im origin. nicht drinnen):

#   FilterProvider COMPRESS DEFLATE resp=Content-Type $text/html
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $text/css
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $text/plain
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $text/xml
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $text/x-component
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/javascript
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/json
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/xml
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/xhtml+xml
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/rss+xml
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/atom+xml
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/vnd.ms-fontobject
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $image/svg+xml
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $image/x-icon
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $application/x-font-ttf
#   FilterProvider COMPRESS DEFLATE resp=Content-Type $font/opentype

Gegen folgende Schreibweise austauschen:

FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚text/html’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚text/css’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚text/plain’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚text/xml’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚text/x-component’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/javascript’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/json’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/xml’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/xhtml+xml’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/rss+xml’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/atom+xml’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/vnd.ms-fontobject’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚image/svg+xml’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚image/x-icon’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚application/x-font-ttf’“
FilterProvider COMPRESS DEFLATE „%{CONTENT_TYPE} = ‚font/opentype’“

Skip to content