Wordpress

Aus Open Source Ecology - Germany
Version vom 6. September 2013, 16:53 Uhr von Nikolayhg (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Wordpress Plugins

Publishing

Security

  • Better WP Security (deploy) - various options, makes backups too.
    • Warning: don't change the wp-content dir because it may brake the theme and other plugins.
  • Chap Secure Login (deploy) - Do not show password, during login, on an insecure channel (without SSL). Use a SHA-256 hash algorithm. (works on v3.5)
  • Really Simple CAPTCHA - needed for Contact Form 7
  • Semisecure Login Reimagined - for more secure login into your Wordpress

Translate

qTranslate

  • Change Blog Title: [:en]YourBlogTitle[:de]DeinBlogTitel
  • Fix Blog Title Link:
    • open the file qtranslate/qtranslate_hooks.php.
    • Scroll down. At the end of the file, you'll see a bunch of add_filter(...); calls.
    • Add there the following: add_filter('home_url', 'qtrans_convertURL');
  • Make bigger icons
  • Add Language Cookie to save the previous chosen language.

Navigation

Bootstrap CSS

Others

Strato Installation

define('DB_HOST', 'rdbms.strato.de'); // 99% Chance, dass du hier nichts ändern musst.

If not working:

  • Open phpMyAdmin by clicking on Datenbank-Verwaltung
  • On right is "Database server" with ```User: <user-name>@<db-host>```. Try with exaclty this ```<db-host>```
  • Then try again with ```rdbms.strato.de```

Deploy

  • Copy files with [scp](SSH)
  • Import the database
    • Change "localhost" to "official_url" (HELP! How to automate this?)
  • If using Permalinks, recreate the .htaccess

Deployed Wordpress Plugins