Wordpress: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 13: Zeile 13:
  
 
==Publishing==
 
==Publishing==
 +
* [https://wordpress.org/plugins/wp-to-twitter/ WP to Twitter]
 
* [http://wordpress.org/plugins/facebook-page-publish-2/ Facebook Page Publish 2]
 
* [http://wordpress.org/plugins/facebook-page-publish-2/ Facebook Page Publish 2]
  

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