Wordpress: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 34: Zeile 34:
 
* [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==
+
==Others==
 
* [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.
 
* [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.
 
* How to [http://wp.smashingmagazine.com/2012/05/01/wordpress-shortcodes-complete-guide/ create shortcodes] and [http://www.sitepoint.com/wordpress-nested-shortcodes/ nested shortcuts].
 
* How to [http://wp.smashingmagazine.com/2012/05/01/wordpress-shortcodes-complete-guide/ create shortcodes] and [http://www.sitepoint.com/wordpress-nested-shortcodes/ nested shortcuts].
  
 
[[Category: Software]]
 
[[Category: Software]]

Version vom 31. März 2013, 15:24 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

Others