Wordpress: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:
 
* [http://wordpress.org/extend/plugins/w3-total-cache/ W3 Total Cache] - for caching (performance)
 
* [http://wordpress.org/extend/plugins/w3-total-cache/ W3 Total Cache] - for caching (performance)
 
* [https://wordpress.org/extend/plugins/xcloner-backup-and-restore/ XCloner - Backup and Restore] - schedule backups with cron jobs
 
* [https://wordpress.org/extend/plugins/xcloner-backup-and-restore/ XCloner - Backup and Restore] - schedule backups with cron jobs
 +
 +
==Publishing==
 +
* [http://wordpress.org/plugins/facebook-page-publish-2/ Facebook Page Publish 2]
  
 
===Security===
 
===Security===

Version vom 8. Juli 2013, 00:01 Uhr

Wordpress Plugins

Publishing

Security

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