- Homepage
Recent POSTs
-
Functions.php Vs Writing a Plugin
When it comes to developing a new site, every developer has a stash of favorite code snippets or reusable modules they keep handy. It could be a homemade widget, a section or module that is adaptable to multiple sites, or custom code that you use to personally extend the functionality of WordPress, but every developer worth their salt…
-
Featured Images in WordPress: An In-Depth Guide
Adding a featured image (or a post thumbnail) to WordPress is one of the easiest ways to add some spark to your blog post. Most modern themes support at least some form of the featured image, and any custom-made themes can implement a featured image fairly easily, and with just a small bit of code. But…
-
A Look at The Best WordPress Contact Forms
No site is complete without having a contact form of some kind on it. Whether you use it for lead generation, user submitted content, or just to have people stop and say hello, having a form visitors can easily fill out to send you a message is crucial. WordPress is privileged to have an amazing…
-
WordPress Heartbeat API: An Introduction
If I were to mention to a casual WordPress user something about the WordPress Heartbeat API, most would have never even heard of it, much less know that it’s been in WordPress since version 3.6(!) with very little fanfare. But, as it turns out, the Heartbeat API has gained traction in the developer community, as…
-
Jetpack 3.0, An In-Depth Look: New Modules, New Design
Jetpack – WordPress’ popular “modular” plugin – released a major update on May 20th, and with it came a slew of major design changes and a few additions to the plugin, dubbed “Jetpack 3.0”. Those familiar with Jetpack will recognize a lot of the same great functions you know and love – just wrapped in a nice, pretty…
-
Advanced CSS Selectors
It’s my firm belief that between CSS and jQuery, there’s nothing on a page that I can’t manipulate. CSS is amazing in that (as long as the proper hooks are in place) you can use it to manipulate elements with granular precision. What most people don’t realize, however, is that you can use so much…
-
A Guide to Choosing Web Hosting
Of the two “pieces” of your website (your domain and your hosting), finding appropriate hosting is the most important the appropriate thing would be to choose one of the top hosting ranking agencies. Beyond that, it can also be the most challenging, as there are literally hundreds of choices, with varying price points and features…
-
PHP ‘include’, ‘get_template_part’, and ‘require’: Best Practices
Including files in a PHP environment can be tricky for new developers. There are no less than four ways to include a file:
-
WP-Migrate-DB: Migrating a WordPress Installation in 5 Easy Steps
If you’re a WordPress developer, migrating a finished development project can be one of the trickiest parts. There’s moving parts in many places that have to be taken into consideration, and migration is (unfortunately) where WordPress actually could use some improvement. However, it’s a necessary evil – one that I’ve done almost daily for a…
-
WordPress 3.9: An Early Overview
With the release of WordPress 3.9 beta 1 on March 11, everyone is (or should be) ensuring their plugins and themes are ready for the update. There’s a lot of exciting things coming from this update, and it’s easy to overlook some of the more technical (but still important) aspects being added into WordPress. There’s…
