Wordpress: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 22: Zeile 22:
 
[https://wordpress.org/extend/plugins/qtranslate/ qTranslate]
 
[https://wordpress.org/extend/plugins/qtranslate/ qTranslate]
 
* Change Blog Title: [:en]YourBlogTitle[:de]DeinBlogTitel
 
* Change Blog Title: [:en]YourBlogTitle[:de]DeinBlogTitel
 +
* [http://benohead.com/wordpress-qtranslate-clicking-on-the-home-link-resets-to-the-default-language/ 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');
 
* [http://www.sewon-akiko.com/wordpress-qtranslate/ Make bigger icons]
 
* [http://www.sewon-akiko.com/wordpress-qtranslate/ Make bigger icons]
  

Version vom 28. März 2013, 01:02 Uhr

Wordpress Plugins

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

Bootstrap CSS