Clean up Starter WordPress Theme Files

This tutorial goes over how I normally clean up and remove unneeded files in the WordPress starter theme. This includes removing Sass file, JS files, rearranging functions, and creating new files. Doing this will cut down the size of our theme and gets it ready for a perfect starter for premium themes moving forward.

You need to have an active subscription to view this content.

Register Here!

GitHub Workflow

This tutorial goes over the normal GitHub workflow of adding, committing, pulling and pushing code to a GitHub repository. We will be using a GitHub repo throughout this series to commit and push our code too.

You need to have an active subscription to view this content.

Register Here!

Add Bootstrap Sass to the WordPress Theme

This tutorial goes over the steps to integrate all of the Bootstrap Sass files in our WordPress starter theme. I go over how the gulpfile.js file is setup to add and compile all of the Bootstrap styles. After this tutorial you will have a stylesheet that is compiled and minified for optimal speed and performance.

In this series, we are also going to be doing some source control on our theme files. In the tutorial, I go over how to initialize a local git repository and how to create and push all the code to a remote repository on GitHub!

You need to have an active subscription to view this content.

Register Here!

Theme Clean Up

This video goes over how to get our theme ready to be deployed to the public. I will go over how to rename the theme and clean it up a bit.

You need to have an active subscription to view this content.

Register Here!

Removing Duplicate Page Title

This video tutorial goes over a new tag in WordPress 4.1 that automatically adds the title tag to every page. Depending on what version of underscores you started with, you may have a duplicate page title. We will go over how to fix this issue and what to do when developing WordPress themes moving forward.

You need to have an active subscription to view this content.

Register Here!