WordPress Tutorials

php-Console with Chrome and WordPress
WordPress Tutorials | March 30th, 2011 | by Frank | 10 Comments
Google Browser Chrome and their Chromium project are becoming more popular. Initially it was the speed of Chrome, which made it so popular but now also the extensions are getting in the focus of the... read more...

Simple Cache with the WordPress Transient API
WordPress Tutorials | December 24th, 2010 | by Frank | 4 Comments
Today is our last post of our Advents Calendar, we hope you enjoyed it. WP Engineer wishes a Merry Christmas to our readers! WordPress has an API that is explicitly designed for time-controlled storage of... read more...

Category And Archive Dropdown With Unobtrusive JavaScript
WordPress Tutorials | December 18th, 2010 | by Frank | 2 Comments
A good website works when a user comes along with JavaScript disabled, just as well as with scripting enabled. You separate the JS layer of the site from anything else (and waived for example, onclick... read more...

Add Menus to the Admin Bar of WordPress
WordPress Tutorials | December 17th, 2010 | by Frank | 8 Comments
The new WordPress admin bar facilitates the access of backend and frontend to areas of the back end. Of course, this new control element of WordPress is expandable and can be adapted to the needs... read more...

Adding Settings to an Existing Page Using the Settings API
WordPress Tutorials | December 16th, 2010 | by Alex | 7 Comments
When it comes to saving options and settings in WordPress, you all probably know and use the Options API: add_option(), update_option(), get_option() and delete_option(). These functions are the first layer of another, broader and powerful,... read more...

Control WordPress Nav Menu via Custom Fields
WordPress Tutorials | December 15th, 2010 | by Frank | Comments Off
WordPress 3.0 also includes the menus, in addition to a number of other new features. Normally you generate a menu automatically by creating pages, but under Appereance / Menus you can create your own menu... read more...

