WordPress has matured from a basic blogging platform to a full fledged CMS. Its a great platform for building many types of sites but it shouldn’t be used as a “default” platform. You should use WordPress when… 1. You Are Starting a Blog WordPress is a blogging great solution. Its… Read More
Posts

Why I’m Building My Own WordPress Framework. And You Should Too!
When I built my first WordPress theme it pretty much just involved modifying and existing basic theme. I didn’t really know what all of the PHP functions were for so I was afraid to modify them and I ended up with messy code and a bunch of stuff I didn’t… Read More

Five Useful WordPress Tricks I Just Discovered
I’ve been developing themes and plugins with WordPress for over fours years now and it seems like I learn something new on every project. There are so many useful functions built into WordPress just waiting to be discovered. Here is a list of my latest finds. I hope these are… Read More

How I Learned to Love WordPress
I’ve been using WordPress for over five years now but I’m really just starting to enjoy working with it. Mostly it’s been a love/hate relationship. I never really embraced it and pretty much used it reluctantly because I had no choice. Lately I’m taking a different attitude toward my WordPress… Read More

Using Grunt with WordPress
Over the past year I’ve adopted quite a few new tools into my everyday development workflow. These include SublimeText, Git, Sass/Compass, and Grunt. After incorporating these into my development process I’m not sure how I ever got anything done without them. Today I will discuss how I use Grunt in… Read More