Practical Web Development & Engineering Solutions - Read Write Execute

Gutenberg – a new definition for an editor

Ankit Agrawal
Ankit Agrawal
Published on September 7, 2018 · 1 min read

The current WordPress editor is so old and not updated.Gutenberg  is a new WordPress editor that will change the definition of an editor. It’s not just an editor.

Introduction

Gutenberg is new kind of editor that aims is to simply the development.This will simplify the process of development  that will help to end user those are not friendly with the WordPress.

It will allow you to drag and drop blocks on to the pages and post. Current editor is focus only content edit while Gutenberg will focus on full site customization.

 

How to Install

  • Go to plugins
  • Click on Add New
  • Search for Gutenberg
  • Click Install
  • After installation click on Activate

 

Download Gutenberg Now

Was this article helpful?
Ankit Agrawal

Ankit Agrawal

Author & Senior Engineer at CodeExecute

Writing practical engineering guides, debugging real-world bottlenecks, and creating free tools for developer productivity.

← Previous Article MVC – model view controller architecture in php Next Article → FLASK – a micro web framework for python