Skype: bluewindlab
Five steps to using shortcode in Gutenberg editor

Five steps to using shortcode in Gutenberg editor

Gutenberg is an amazing WordPress built-in editor that allows users to create layouts using the drag-and-drop feature. Gutenberg editor replaces the WordPress WYSIWYG (What You See Is What You Get) editor. One of the most popular features of WordPress is the shortcode, and plugin developers have integrated a custom shortcode panel to generate and include […]

Write the first bash script on a Windows machine

Write the first bash script on a Windows machine

Writing a bash script is super easy, and in this tutorial, we will learn how to write our first bash script on a Windows computer. What is a bash script? A bash script contains the sequence of commands that a bash program executes. Using a bash script, you can carry out a sequence of operations. […]

Back To Top