Categories
Pro Tips

User-Defined Options in your CSS/SASS

In the quick tip below, I will show you one method of how to load and use your WordPress theme or plugin style options on the front-end.

Categories
Pro Tips

Switch PHP Versions in XAMPP

Have you ever wanted to change only the PHP version for your XAMPP installation. In this quick pro tip post, I will show you how to do that easily without the need to have multiple XAMPP installs on your system.

Categories
Pro Tips

Use NGROK to Sync WordPress Database (local to server)

This quick pro-tip article will show you the easiest and most efficient way to sync your local development WordPress database to any production/staging environment.

Categories
Pro Tips

Setup Version Control on Shared Hosting with GitHub

This quick article will show you how to set up a GIT version control and host your code on GitHub on a plain shared hosting.

Categories
Pro Tips

Setup JS and CSS Dev Environment (no external libs)

There are many different ways to set up and structure your WordPress plugin or theme CSS and JS environment files. If you need something complex with eslint, stylelint, and PHP standards, I would recommend looking at the Composer + nodeJS method or looking into Gulp.