Creating your own customized WordPress user role is simple to do and gives you the power to define exactly what a user will do on your site. For example, we give our clients access to almost everything except the ability […] Read More »
Category: WordPress
Theme Development From Scratch w/ Underscores & Foundation
I recently watch a presentation on WordPress.tv given at WordCamp Orange County 2014 on the topic of creating your own theme using Underscores and Foundation. After I had finished the video, I tried out this technique of theme building myself, […] Read More »
Debugging WordPress
All programmers know that debugging can be one of the most frustrating parts of any development cycle. Debugging can be extremely easy or extremely difficult – and a lot of that depends on the tools available to help the process […] Read More »
Vagrant Development Environment
I have done a previous tutorial on creating a Local Development Setup Using MAMP. Although using MAMP works well, it has been recommended to me to use Vagrant as my local development environment. Much more experienced developers praise Vagrant, so […] Read More »
Creating a WordPress Widget
In last week’s tutorial, we Added a Widget Area to our WordPress site. For this tutorial, we will be looking at creating your own custom widget to put into that area. Creating a widget is similar to creating a plugin, […] Read More »
Adding a Widget Area to WordPress
Adding your own widget area to your WordPress site allows a great level of customization to specialized pages. Say for example you want to include a sidebar for a particular page (say a “Meeting Minutes” page for a business) that […] Read More »
Create Your Own WordPress Plugin
Last week I did a tutorial on making your own WordPress shortcodes. This week I wanted to show you how to split off your shortcodes into their own plugin so you can easily move them. Creating a WordPress plugin is […] Read More »
Create Your Own WordPress Shortcodes
Creating your own short codes in your WordPress site is easy and allows clients to perform tasks that would otherwise require writing in code. This lets them perform complicated operations via short codes, freeing up your own time for more […] Read More »