Create a Simple CRM in WordPress: Extending WordPress Search to Include...
We’ve been looking at how to create a simple CRM system in WordPress. In the last part of this series, we added code to our plugin which allowed us to display our Advanced Custom Fields in the...
View ArticleMoving WordPress: Using Plugins to Move Your Site
If you’ve never moved a WordPress site before, you’ll find that it isn’t as straightforward as moving a static website. In the introduction to this series, I described in detail what you need to move...
View ArticleCreate a Simple CRM in WordPress: Restricting / Hiding Unused Admin Menu Items
We’ve been looking at how to create a simple CRM system in WordPress. In the last part of this series, we added code to our plugin which allowed us to search our contacts based on the data stored in...
View ArticleUsing Gulp for WordPress Automation
In this article you will see how you can use gulp to automate several tasks that you usually do by hand or for which you rely on tools developed by others.What Is Gulp Gulp is a streaming build...
View ArticleHosting Your Website After Death
Update: I first pitched this series to Tuts+ because I thought it was an interesting, under-reported topic. After completing the first two episodes, I learned that I had a treatable, operable, likely...
View ArticleUsing Page Templates in Your WordPress Theme
How many pages did you create in your last WordPress project? If you’re using WordPress as a content management system and not for blogging or any other reason, it’s very possible that pages are the...
View ArticleAccessibility, Part 2: Perceivable
This principle states that all content must be in a format (or available on demand in a format) which can be readily perceived by the user. Said another way, your websites should be designed such that...
View ArticleQuick Tips to Boost Your WordPress Website’s Speed
Speed matters. From the dawn of the internet, the notion of “speed” always has been (and always will be) important in terms of web development and design Continued here: Quick Tips to Boost Your...
View ArticleMoving WordPress: Moving a Site Into a Multisite Network
A year or so ago, I had a hosting disaster. My hosting provider’s server was hacked and it took them over a week to identify what the problem was and fix it.In the meantime, my clients’ sites were all...
View ArticleA Walkthrough on Conditional Tags in WordPress: 1 to 13
In the first part of this series, we went through the fundamentals of Conditional Tags—what they are, how to use them, and some scenarios where Conditional Tags come in handy. In this second part,...
View Article