Exploring XML-RPC in WordPress
XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its request methods and uses HTTP in sending its requests to a remote server implementing XML-RPC.
Validate E-mail in WordPress
In Worpdress customization, when expecting a user to input an email, it is important to validate the information.
Numbers in WordPress
And when adding a leading zeros is necessary in displaying result, such as to display ’2′ as ’02′ in order to maintain number of digit be displayed.
WordPress 3.0 MultiSite – How to Enable?
Creating a multi-site in WordPress have been made easy. Multi-site feature will allow multiple websites running from a single installation of WordPress.
WordPress: Where to Start?
As a wordpress newbie, to enhance my knowledge regarding how the wordpress works I probably need very good resources to start up with.
Determine WordPress Variables
There are lot of variables declared in the WordPress, one of the method I used determine this kind of variables is to add this code in the index.php