Wordpress: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 33: Zeile 33:
 
* [https://wordpress.org/extend/plugins/wordpress-bootstrap-css/ WordPress Twitter Bootstrap CSS]
 
* [https://wordpress.org/extend/plugins/wordpress-bootstrap-css/ WordPress Twitter Bootstrap CSS]
 
* [https://gist.github.com/johnmegahan/1597994 Extended Walker class for use with the Twitter Bootstrap toolkit Dropdown menus in Wordpress]
 
* [https://gist.github.com/johnmegahan/1597994 Extended Walker class for use with the Twitter Bootstrap toolkit Dropdown menus in Wordpress]
 +
 +
==Ohers==
 +
* [http://stackoverflow.com/questions/4502086/is-there-a-way-of-adding-strong-tags-in-wordpresss-description-tagline-area Add strong tag to the blog description.] - change your header file accordingly.
  
 
[[Category: Software]]
 
[[Category: Software]]

Version vom 30. März 2013, 20:31 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
  • Add Language Cookie to save the previous chosen language.

Bootstrap CSS

Ohers