Skype: bluewindlab
Fixing PHP Maximum execution time Error For WordPress

Fix PHP maximum execution time error for WordPress

One of the best features of WordPress is an automatic or manual update of its core. Site owners can effortlessly upgrade to the latest version from the WordPress admin dashboard. WordPress core updates require downloading the latest files from the server, and if the execution time of downloading and extracting the files is long then […]

Compile SASS using koala compiler

Koala is a GUI application, that helps web developers to compile SASS. It can quickly generate CSS from the SCSS files. It is a FREE application for Windows, Mac, and Linux OS. This application offers a Real-time Compilation option. It watches files and compiles automatically when the file changes so that everything is running in […]

Fix the WP-CLI scaffold and Local issue

The WP-CLI is a fantastic command-line tool for WordPress developers. You can do almost everything related to WordPress using this command-line tool. On the other hand, Local is another outstanding piece of software for the local WordPress development environment. In the early days of my WordPress themes and plugins development in the local environment, I […]

Host A site for free on the GitHub page

A GitHub page is the best option to host a static website. If you are looking for a solution to host your static HTML site without spending a penny, this tutorial is for you. In this tutorial, we will host this beautiful Advanced FAQ Manager WordPress plugin landing page for Git Hub.  Step 01: Log […]

Back To Top