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
Advanced Tutorials

Best Practices for Maintaining Both SVN and Git for Your WordPress.org Plugin or Theme

Developing a plugin or theme for WordPress often involves managing versions and updates efficiently. While WordPress.org uses Subversion (SVN) for its plugin and theme repository, many developers prefer Git for its flexibility and robust feature set.

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
Advanced Tutorials

WordPress Gallery Overlay with Fancybox

Do you want to add some style and make your WordPress galleries more user-friendly. Your theme doesn't support Lightbox or Fancybox, and you don't want to use a plugin just for this feature.