Using the custom post type you will notice the page where you edit or add a new post only has… READ MORE
I have been trying out the custom post types for WordPress 3.0 Beta 2, I ran into a problem where… READ MORE
Update your Profile Field information for BuddyPress xprofile_set_field_data( $field_name’, $usert_id, $value); This will not work for check boxes. Below is… READ MORE
This is how WordPress uses the new user ID and an MD5 hash to generate the activation key $newuser_key =… READ MORE
If your buddypress child theme or customized parent theme does not work properly, in otherwords does you title tag output… READ MORE
Just got two useful links in my mail today WordPRess 2.8 Cheat Sheet – All the useful template tags and… READ MORE
I recently had to create a second step “Thank you” page for a client so they could add their Conversion… READ MORE
For anyone who has had the same frustration I have where you need tocall a function from a plugin, but… READ MORE
Copy and paste this code into the template you want to disable caching on, usually used on activation pages if(… READ MORE
All WordPress Hooks layed out nicely for you to look at. READ MORE