Newsletter
-
How To Develop A Backup Plan For WordPress
Backups are an essential part of any website. What would happen if you woke up one morning and someone hacked your site? Or worse, your web host had dissolved and…
-
How to Get Yoast’s Primary Category
Edit: Yoast now has an internal function, yoast_get_primary_term_id(), that provides the primary term for a specific post. Displaying WordPress categories in a theme can be a challenge because a post…
-
Efficiently Deleting WordPress Posts Using SQL
For the past few weeks I’ve been working on a WordPress plugin for importing a CSV into a few custom post types and taxonomies. I realized that sometimes going “The WordPress…
-
Why Every Business Should Have A Blog
How many different blogs do you read in a day ( if you’re anything like me, you read a ton of blog posts before you even roll out of bed).…
-
How to Add Google Analytics to WordPress
Google Analytics is one of the best ways that I have found to really track who is visiting your website. It gives you a clear view how users are getting…
-
How To Create A WordPress Website
So you want to create a website. But you don’t know how to code or even where to begin? Well, let me walk you through one of the easiest ways…
-
Simple Contact Form (Part 1)
Contact forms are used in just about every website out there to allow users to email you directly through an easy form. This form will take the users info, once…