Check if WP User ID is not one of these

How to do if statements with an array? Learn how to check whether or not certain user ids are included.

 

Using Bower to install Git repo

If you use Bower as your front end package manager, you may need to install something that’s not in the Bower package library. But chances are it’s on Github. That’s awesome for this case! Bower can manage Github repos using … Continued

Install Sage, NPM, Bower & Glup on Ubuntu

I’ve updated these instructions to handle some issues syncing NPM with Sage on Ubuntu 14. Sage has become one of the preferred starter themes used by an industry leading WordPress development company. I don’t know how long these specific instructions will work for, but right now … Continued

Verify a CNAME Record

How to verify a CNAME record Why would you need to verify a CNAME record? This is useful if your domain name was registered with a service, but you don’t have access to the account and would like to create … Continued

Introduction to Bower

Keep all of your web application’s front end libraries/dependencies up to date with Bower package manager. This intro shows you how to install the bower command-line utility and learn about the various commands necessary for managing your front end packages. Installing Bower … Continued

Change Navbar Collapse Breakpoint in Bootstrap

 

On Scroll Animations on Multiple Divs

Create on scroll animation effects on your website using waypoints and animate.css. Waypoints allows developers to execute a function when an element is scrolled to, in this case, we will execute an animation. Animate.css is a library of CSS animations … Continued

Rename WordPress Default Post Type

Change WP’s default “post” type menu and overall labels to anything you want, by replacing every instance of “post” using the code below with your desired label. Post this code in your theme’s functions.php file.

  Reference URL