1. 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.

  2. Strip the protocol from a URL using PHP

    Dealing with those pesky URL prefixes on a user based input case.

  3. 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.

  4. Check if variable is empty in PHP

    Part of the PHP basics series.

  5. 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.

  6. Add support for WordPress custom menus

    Here's a quick snippet on how to add custom menus to WP.

  7. Change the form field placeholder text color

    Here’s how to change the placeholder text color on a form fields.

  8. Browser statistics

    Will we always have shitty browsers?

  9. 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.

  10. Add image sizes to WordPress

    Here’s how to add more image sizes to WordPress.