Add an "edit post" link to front end of your WordPress site
The "Edit post" button already exists in the WordPress admin bar, but you may not like the admin bar taking up screen space. Here's how to make your life a bit easier by adding the post edit button to the front end.
Strip the protocol from a URL using PHP
Dealing with those pesky URL prefixes on a user based input case.
In Wordpress get post metadata when using wpalchemy class
Getting a post metadata values, when using the helpful wpalchemy class, differs a bit from the normal method.
Check if variable is empty in PHP
Part of the PHP basics series.
How to do a back link with JavaScript (and PHP)
Some users ignore the back button, maybe all of us every now and then. Sometimes a big and juicy BACK button gives you a nice "I’m not lost after all" feel.
Add support for WordPress custom menus
Here's a quick snippet on how to add custom menus to WP.
Change the form field placeholder text color
Here’s how to change the placeholder text color on a form fields.
Browser statistics
Will we always have shitty browsers?
Add custom fields with the WPAlchemy MetaBox PHP Class
Using custom fields in WordPress is useful, but the built-in custom field UI leaves much to be desired. A helper class to the rescue.
Add image sizes to WordPress
Here’s how to add more image sizes to WordPress.