fbpx

Tips, tricks, and other valuable WordPress knowledge to save you time and make you money!

Blog

Run Multiple Domains with One WordPress Instance

There may be times when you need to allow multiple domain names to work with one WordPress instance. This would allow mywebsite.com and mywebsite.net to work on the same WordPress instance and show the same website. If you want different websites for each domain name but you want to manage all of them from one…

Get User Role WordPress

There are two WordPress functions that allow you to get a user role in WordPress in order to manage access to a page, access a post, or to execute a certain function. We also show you how to get the WordPress user role with a SQL statement at the bottom of the page. If you…

Delete All Database Table Records and Reset Increment

In order to delete all rows, or records, from a Database table and reset the incrementing field, typically the id field, back to 0, you need to run the simple function below: So, if I had 100 users in my users table, and then I ran the TRUNCATE users command above, I would have 0…

Get HTML Element Width Using Raw JavaScript

Sometimes you don’t want to add the jQuery library to your project and just want to use raw JavaScript. In this case, you will use the following commands to get the HTML element width using raw JavaScript. We’ll show you how to get the width of an element with a certain id, how to get…

Make a Phaser Game Responsive

I got the majority of the code below from a great Stack Overflow post that I can no longer find. I adjusted it a bit to make the calculations based on the width of the parent container, rather than the width of the window. STEP 1: Update the create function You need to add the…

Client Can’t Access Google Analytics Property

I recently ran into an issue where I shared access to a Google Analytics account with a client but the client said that she was unable to access the website/property that was shared. So, my client can’t access Google Analytics Property, what do I do? I went through the following process to diagnose the issue…

Intrinsic Motivation Autonomy Game

In this game, collect the books named after concepts that have been shown to help organizations encourage autonomy. The bombs signify the challenges that may distract you from your goal of moving towards autonomy. If you choose the wrong book or get hit by a bomb, you will suffer a set back and will have…

Intrinsic Motivation Purpose Game

In this game, collect the books named after concepts that have been shown to help organizations encourage purpose. The bombs signify the challenges that may distract you from your goal of moving towards purpose. If you choose the wrong book or get hit by a bomb, you will suffer a setback and will have to…

Intrinsic Motivation Mastery Game

In this game, collect the books named after concepts that have been shown to help organizations encourage mastery. The bombs signify the challenges that may distract you from your goal of moving towards mastery. If you choose the wrong book or get hit by a bomb, you will suffer a set back and will have…

Intrinsic and Extrinsic Motivation

Here at WPLauncher, we like to do everything we can to use scientifically proven best practices in our development projects, in building out our products, and in running our business. We spend a significant amount of time researching prior to the development and implementation of a new technology or a new business principle or strategy….

Want to use our API?