WordPress Tutorials

Use JavaScript Libraries In And Of WordPress

WordPress Tutorials | November 25th, 2008 | by Frank | 3 Comments

WordPress css code

If you develop in and for WordPress, it's advisable to use a library of the core and a plugin for the the library with the desired effect.
Same for theme and plugin authors. If you use a function of WordPress to implement JavaScript, you will have less complications and the compatibility between plugins is much higher.
I [...]

Moving Your WordPress Blog To A New Domain

WordPress Tutorials | 21. November 2008 | by Frank | 8 Comments

Many blog owners are scared and hesitated to move their blog to another domain because they fear to lose their visitors, downtime and other complications. I will show you now how to get rid off this fear and how to avoid problems while you moving.

WordPress Shortcode API

WordPress Tutorials | 17. November 2008 | by Frank | 4 Comments

WordPress 2.5 extended the tagging function and added many little features. Among others the shortcode API for example, where you can add strings to a content in a fast and easy way. This makes the call from other functions in plugins or theme functions much more easier.
The possibilities of shortcodes are immense, many other applications [...]

OpenSearch - Search Field For Mozilla And Internet Explorer With WordPress

WordPress Tutorials | 16. October 2008 | by Frank | 1 Comment

Nowadays search field in your browser improved quite a bit, even IE supports OpenSearch format. But what is so great about OpenSearch and how easy it is to use with your WordPress installation has two aspects: WordPress comes already with OpenSearch and it's easy configurable with XML.

You just have to put a link in your [...]

Use Metaboxes In Your Theme Or Plugin

WordPress Tutorials | 30. September 2008 | by Frank | 1 Comment

Not only the design changed since version 2.5. Also the markup was changed immensely, so there might be changes in the editor area, if you use pluigns, which implements data there.
Here a little workaround, how to keep the design in editor area.