Posts Tagged ‘development’

Adding Custom Fields to WordPress User Profile
WordPress Hacks | December 22nd, 2011 | by Frank | 11 Comments
The user profile of WordPress can be fairly easily adapted to add your own values. So you can add the necessary fields according to your requirements. Here is how you do it, we add a... read more...

Register Settings on WordPress Multisite
WordPress Plugins | December 21st, 2011 | by Frank | 2 Comments
The use of WordPress for several blogs in the network can be useful to simplify several steps and is becoming increasingly popular. Whether you want the classical scenarios of blog hosting service or like to... read more...

Easier Plugin Development by Moving Plugin Directory
WordPress Hacks, WordPress Plugins | December 19th, 2011 | by Latz | 9 Comments
If you're a experienced programmer you're testing your programs not only with the latest version of WordPress but also with some older versions since there are many dated installations. So you have several versions installed... read more...

unserialize() Error at Offset… Different solutions
WordPress Hacks | December 14th, 2011 | by Frank | 2 Comments
The problem is not always obvious, for example the error message in relation to the function unserialize(). If you look around the net to help you find countless search and few answers, because usually the... read more...

Activate WordPress Plugins Automatically via a Function
WordPress Hacks | December 13th, 2011 | by Frank | 7 Comments
WordPress stores the active Plugins in the database table options, field activate_plugins, so it is easy to change this value to activate various Plugins by WordPress; either as a Plugin solution after setting up a... read more...

Comment Length Limiter
WordPress Hacks | December 9th, 2011 | by Frank | 5 Comments
If you have used Twitter, then you know that you are only allowed to type 140 characters in a single Tweet. There is a nice little number below the text field indicating how much is... read more...

