
WordPress MultiSite, Plugins and Activation
WordPress Tutorials | May 24th, 2011 | by Frank | 1 Comment
WordPress offers for normal Plugins the hook register_activation_hook();. This is active right after the activation of a Plugin, so you can start small installation scripts. But if we are in a MultiSite environment (old: MultiUser)... read more...

Localization with JavaScript in WordPress
WordPress Tutorials | May 19th, 2011 | by Frank | 4 Comments
Creating Plugins and Theme functions with multilanguage capability has been established knowadays.Especially for us as German developers it is a must have. But there are some difficulties if you are using JavaScript, the question is... read more...

Adding Input Fields To Comment Form
WordPress Tutorials | May 3rd, 2011 | by Latz | 7 Comments
Most comment forms contain the same input fields: Name, Email, URL and the comment text field. This is sufficient for most use cases but there are situations where you might want to know a bit... read more...

Comment Form Hooks Visualized
WordPress Tutorials | April 27th, 2011 | by Latz | 7 Comments
Most themes (e.g. TwentyTen) use the comment_form() function to insert the comment form after posts. There are quite some hooks inside the function but they are hard to localize. The codex documentation isn't too helpful,... read more...

WordPress Framework with Intuitive Backup Functionality for Better Local Development and Option-Router!
WordPress Themes | April 20th, 2011 | by Alex | 4 Comments
A new version of Xtreme One, the WordPress Framework, was released last week. It includes two major new features. With the new developed Option-Router it's possible that the Childthemes manage their own settings, layouts and... read more...

Add trash button to WordPress Admin Bar
WordPress Hacks | April 19th, 2011 | by Frank | 4 Comments
Add Custom buttons to WordPress Admin Bar Since version 3.1 of WordPress you have an Admin Bar with several functions. It's an easy task to add custom buttons to the Admin Bar. I will show... read more...



