Title: Gutenberg
Author: Matias Ventura
Published: <strong>June 16, 2017</strong>
Last modified: April 8, 2026

---

Search plugins

![](https://ps.w.org/gutenberg/assets/banner-772x250.jpg?rev=1718710)

![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)

# Gutenberg

 By [Matias Ventura](https://profiles.wordpress.org/matveb/)

[Download](https://downloads.wordpress.org/plugin/gutenberg.22.9.0.zip)

[Live Preview](https://sa.wordpress.org/plugins/gutenberg/?preview=1)

 * [Details](https://sa.wordpress.org/plugins/gutenberg/#description)
 * [Reviews](https://sa.wordpress.org/plugins/gutenberg/#reviews)
 * [Development](https://sa.wordpress.org/plugins/gutenberg/#developers)

 [Support](https://wordpress.org/support/plugin/gutenberg/)

## Description

“Gutenberg” is a codename for a whole new paradigm for creating with WordPress, 
that aims to revolutionize the entire publishing experience as much as [Johannes Gutenberg](https://en.wikipedia.org/wiki/Johannes_Gutenberg)
did the printed word. The project is [following a four-phase process](https://wordpress.org/about/roadmap/)
that will touch major pieces of WordPress — Editing, Customization, Collaboration,
and Multilingual.

Following the introduction of post block editing in December 2018, Gutenberg later
introduced full site editing (FSE) in 2021, [which shipped with WordPress 5.9 in early 2022](https://wordpress.org/news/2022/01/josephine/).

### What Does Gutenberg Do?

Gutenberg is WordPress’s “block editor”, and introduces a modular approach to modifying
your entire site. Edit individual content blocks on posts or pages. Add and adjust
widgets. Even design your site headers, footers, and navigation with full site editing
support.

Each piece of content in the editor, from a paragraph to an image gallery to a headline,
is its own block. And just like physical blocks, WordPress blocks can be added, 
arranged, and rearranged, allowing users to create media-rich content and site layouts
in a visually intuitive way — and without workarounds like shortcodes or custom 
HTML and PHP.

We’re always hard at work refining the experience, creating more and better blocks,
and laying the groundwork for future phases of work. Each WordPress release includes
stable features from the Gutenberg plugin, so you don’t need to install the plugin
to benefit from the work being done here.

### Early Access

Are you a tech-savvy early adopter who likes testing bleeding-edge and experimental
features, and isn’t afraid to tinker with features that are still in active development?
If so, this beta plugin gives you access to the latest Gutenberg features for block
and full site editing, as well as a peek into what’s to come.

### Contributors Wanted

For the adventurous and tech-savvy, the Gutenberg plugin gives you the latest and
greatest feature set, so you can join us in testing and developing bleeding-edge
features, playing around with blocks, and maybe [get inspired to contribute](https://developer.wordpress.org/block-editor/contributors/)
or [build your own blocks](https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/).

### Discover More

 * **User Documentation:** Review the [WordPress Editor documentation](https://wordpress.org/documentation/article/wordpress-block-editor/)
   for detailed instructions on using the editor as an author to create posts, pages,
   and more.
 * **Developer Documentation:** Explore the [Developer Documentation](https://developer.wordpress.org/block-editor/)
   for extensive tutorials, documentation, and API references on how to extend the
   editor.
 * **Contributors:** Gutenberg is an open-source project and welcomes all contributors
   from code to design, from documentation to triage. See the [Contributor’s Handbook](https://developer.wordpress.org/block-editor/contributors/)
   for all the details on how you can help.

The development hub for the Gutenberg project can be found at [https://github.com/wordpress/gutenberg](https://github.com/wordpress/gutenberg).
Discussions for the project are on the [Make Core Blog](https://make.wordpress.org/core/)
and in the #core-editor channel in Slack, [including weekly meetings](https://make.wordpress.org/core/tag/core-editor-agenda/).
If you don’t have a Slack account, you can [sign up here](https://make.wordpress.org/chat/).

## FAQ

### How can I send feedback or get help with a bug?

The best place to report bugs, feature suggestions, or any other feedback is at 
[the Gutenberg GitHub issues page](https://github.com/WordPress/gutenberg/issues).
Before submitting a new issue, please search the existing issues to check if someone
else has reported the same feedback.

While we try to triage issues reported here on the plugin forum, you’ll get a faster
response (and reduce duplication of effort) by keeping feedback centralized in GitHub.

### Where can I report security bugs?

The Gutenberg team and WordPress community take security bugs seriously. We appreciate
your efforts to responsibly disclose your findings, and will make every effort to
acknowledge your contributions.

To report a security issue, please visit the [WordPress HackerOne](https://hackerone.com/wordpress)
program.

### Do I have to use the Gutenberg plugin to get access to these features?

Not necessarily. Each version of WordPress after 5.0 has included features from 
the Gutenberg plugin, which are known collectively as the [WordPress Editor](https://wordpress.org/documentation/article/wordpress-block-editor/).
You are likely already benefiting from stable features!

But if you want cutting edge beta features, including more experimental items, you
will need to use the plugin. You can [read more here](https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/)
to help decide whether the plugin is right for you.

### Where can I see which Gutenberg plugin versions are included in each WordPress release?

View the [Versions in WordPress](https://developer.wordpress.org/block-editor/principles/versions-in-wordpress/)
document to get a table showing which Gutenberg plugin version is included in each
WordPress release.

### What’s next for the project?

The four phases of the project are Editing, Customization, Collaboration, and Multilingual.
You can hear more about the project and phases from Matt in his State of the Word
talks for [2021](https://ma.tt/2021/12/state-of-the-word-in-person/), [2020](https://ma.tt/2020/12/sotw-2020/),
[2019](https://ma.tt/2019/11/state-of-the-word-2019/), and [2018](https://ma.tt/2018/12/state-of-the-word-2018/).
Additionally, you can follow the [biweekly release notes](https://make.wordpress.org/core/tag/gutenberg-new/)
and [monthly project plan updates](https://make.wordpress.org/core/tag/gutenberg-next/)
on the [Make WordPress Core blog](https://make.wordpress.org/core/?s=gutenberg) 
for more up to date information about what’s happening now.

### Where can I read more about Gutenberg?

 * [Gutenberg, or the Ship of Theseus](http://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/),
   with examples of what Gutenberg might do in the future
 * [Editor Technical Overview](https://make.wordpress.org/core/2017/01/17/editor-technical-overview/)
 * [Design Principles and block design best practices](https://wordpress.org/gutenberg/handbook/reference/design-principles/)
 * [WP Post Grammar Parser](https://github.com/Automattic/wp-post-grammar)
 * [Development updates on make.wordpress.org](https://make.wordpress.org/core/tag/gutenberg/)
 * [Documentation: Creating Blocks, Reference, and Guidelines](https://wordpress.org/gutenberg/handbook/)
 * [Additional frequently asked questions](https://wordpress.org/gutenberg/handbook/reference/faq/)

## Reviews

![](https://secure.gravatar.com/avatar/89696bd1222d02114585f427cca0143a7cf47c804348a4ede305b30cc4dff70a?
s=60&d=retro&r=g)

### 󠀁[Worst builder](https://wordpress.org/support/topic/worst-builder/)󠁿

 [davidbaranek](https://profiles.wordpress.org/davidbaranek/) April 1, 2026

Really painful to work with. Native blocks are useless. Why do something simple 
when it can be difficult

![](https://secure.gravatar.com/avatar/5c0252d41134452015374f9f6fd0a5b721b52cb926df1ca6b1b0647dd45e2814?
s=60&d=retro&r=g)

### 󠀁[What to say when updates come?](https://wordpress.org/support/topic/what-to-say-when-updates-come/)󠁿

 [nowforever](https://profiles.wordpress.org/nowforever/) March 31, 2026

It a waste of time even to rate Gutenberg after 8 Years of Development.. How does
it feel when comparing ot many other pagebuilders, who are developing 1-2 Years?
I do not know how you want to copy the minimal Apple usability, and missing every
logic? o.k. Functions are there, but users do not get it…

![](https://secure.gravatar.com/avatar/2c5d233ef59b89315b0e7e7f97745225651343cf98bdaae2b084d408441506bb?
s=60&d=retro&r=g)

### 󠀁[It became a really great tool](https://wordpress.org/support/topic/it-became-a-really-great-tool/)󠁿

 [Roman Perevala](https://profiles.wordpress.org/ramzesimus/) March 13, 2026

I’ve been using Gutenberg/Editor for the last 3 years and I’m super happy with it.
Now it’s stable and provides everything needed to be the primary builder for different
types of sites.

![](https://secure.gravatar.com/avatar/33314674bceb3e545f6d3eae4f1ddeab7e2680f4eb0b4167ed93c527c0fbea37?
s=60&d=retro&r=g)

### 󠀁[Gutenberg keeps improving](https://wordpress.org/support/topic/gutenberg-keeps-improving/)󠁿

 [Fakhri Azzouz](https://profiles.wordpress.org/fakhriaz/) March 5, 2026

I’ve been using Gutenberg since its early days, and while it was rough around the
edges back then with plenty of stability issues, it’s come a long way. I now use
it across all my websites, and the experience has been fantastic. The features are
solid, my sites look great with no bugs to speak of, and it’s noticeably lightweight
compared to Elementor—which honestly feels outdated now.

![](https://secure.gravatar.com/avatar/4f27f2650b77e7b9e3dfd427d6a56d8d2c6cdf4e2febfb89c1558b7a1b5610c8?
s=60&d=retro&r=g)

### 󠀁[Its lighweight but you should not be using visual editor, specially with AI now](https://wordpress.org/support/topic/its-lighweight-but-you-should-not-be-using-visual-editor-specially-with-ai-now/)󠁿

 [Olivier Bigras](https://profiles.wordpress.org/bigrat95/) February 15, 2026

It’s lightweight, but you should not be using a visual editor specially with AI 
now. I will not spend any more resources on Gutenberg in 2026. Bring back the Classic
Editor natively and allow users to create their own CMS CF + CPT with a native ACF
integration (or SCF lol). Users aren’t stupid now, especially with AI allowing them
to design their own vision.

![](https://secure.gravatar.com/avatar/593e82c1f11d6643483bcc9cfc6bcaff5c77487254cb00fcb8fa36c4ab772e25?
s=60&d=retro&r=g)

### 󠀁[Love Gutenberg, so fast.](https://wordpress.org/support/topic/love-gutenberg-so-fast/)󠁿

 [colourberry](https://profiles.wordpress.org/colourberry/) February 15, 2026

I’ve been using Elementor for years and I ditched it because its an Israeli owned
company. Looked around at options within Wordpress and thought I’d give the native
block editor a chance. I wish I did it long ago. Its so fast and clean and with 
features I never had before. Simon

 [ Read all 3,865 reviews ](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Contributors & Developers

“Gutenberg” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Matias Ventura ](https://profiles.wordpress.org/matveb/)
 *   [ Joen Asmussen ](https://profiles.wordpress.org/joen/)
 *   [ Tammie Lister ](https://profiles.wordpress.org/karmatosed/)

“Gutenberg” has been translated into 56 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/gutenberg/contributors)
for their contributions.

[Translate “Gutenberg” into your language.](https://translate.wordpress.org/projects/wp-plugins/gutenberg)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/gutenberg/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/gutenberg/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/gutenberg/) by [RSS](https://plugins.trac.wordpress.org/log/gutenberg/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

To read the changelog for the latest Gutenberg release, please navigate to the [release page](https://github.com/WordPress/gutenberg/releases/latest).

## Community plugin

This plugin is developed and supported by a community. [Contribute to this plugin](https://github.com/wordpress/gutenberg/)

## Meta

 *  Version **22.9.0**
 *  Last updated **3 days ago**
 *  Active installations **300,000+**
 *  WordPress version ** 6.8 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [Afrikaans](https://af.wordpress.org/plugins/gutenberg/), [Albanian](https://sq.wordpress.org/plugins/gutenberg/),
   [Arabic](https://ar.wordpress.org/plugins/gutenberg/), [Catalan](https://ca.wordpress.org/plugins/gutenberg/),
   [Chinese (China)](https://cn.wordpress.org/plugins/gutenberg/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/gutenberg/),
   [Croatian](https://hr.wordpress.org/plugins/gutenberg/), [Czech](https://cs.wordpress.org/plugins/gutenberg/),
   [Danish](https://da.wordpress.org/plugins/gutenberg/), [Dutch](https://nl.wordpress.org/plugins/gutenberg/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/gutenberg/), [English (Australia)](https://en-au.wordpress.org/plugins/gutenberg/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/gutenberg/), [English (New Zealand)](https://en-nz.wordpress.org/plugins/gutenberg/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/gutenberg/), [English (UK)](https://en-gb.wordpress.org/plugins/gutenberg/),
   [English (US)](https://wordpress.org/plugins/gutenberg/), [Esperanto](https://eo.wordpress.org/plugins/gutenberg/),
   [French (France)](https://fr.wordpress.org/plugins/gutenberg/), [Galician](https://gl.wordpress.org/plugins/gutenberg/),
   [Georgian](https://ka.wordpress.org/plugins/gutenberg/), [German](https://de.wordpress.org/plugins/gutenberg/),
   [Greek](https://el.wordpress.org/plugins/gutenberg/), [Hebrew](https://he.wordpress.org/plugins/gutenberg/),
   [Indonesian](https://id.wordpress.org/plugins/gutenberg/), [Italian](https://it.wordpress.org/plugins/gutenberg/),
   [Japanese](https://ja.wordpress.org/plugins/gutenberg/), [Korean](https://ko.wordpress.org/plugins/gutenberg/),
   [Lao](https://lo.wordpress.org/plugins/gutenberg/), [Latvian](https://lv.wordpress.org/plugins/gutenberg/),
   [Mongolian](https://mn.wordpress.org/plugins/gutenberg/), [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/gutenberg/),
   [Persian](https://fa.wordpress.org/plugins/gutenberg/), [Polish](https://pl.wordpress.org/plugins/gutenberg/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/gutenberg/), [Portuguese (Portugal)](https://pt.wordpress.org/plugins/gutenberg/),
   [Romanian](https://ro.wordpress.org/plugins/gutenberg/), [Russian](https://ru.wordpress.org/plugins/gutenberg/),
   [Serbian](https://sr.wordpress.org/plugins/gutenberg/), [Slovak](https://sk.wordpress.org/plugins/gutenberg/),
   [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/gutenberg/), [Spanish (Chile)](https://cl.wordpress.org/plugins/gutenberg/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/gutenberg/), [Spanish (Costa Rica)](https://es-cr.wordpress.org/plugins/gutenberg/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/gutenberg/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/gutenberg/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/gutenberg/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/gutenberg/),
   [Swedish](https://sv.wordpress.org/plugins/gutenberg/), [Tibetan](https://bo.wordpress.org/plugins/gutenberg/),
   [Turkish](https://tr.wordpress.org/plugins/gutenberg/), [Uighur](https://ug.wordpress.org/plugins/gutenberg/),
   [Ukrainian](https://uk.wordpress.org/plugins/gutenberg/), [Upper Sorbian](https://hsb.wordpress.org/plugins/gutenberg/),
   [Urdu](https://ur.wordpress.org/plugins/gutenberg/), [Vietnamese](https://vi.wordpress.org/plugins/gutenberg/),
   and [Welsh](https://cy.wordpress.org/plugins/gutenberg/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/gutenberg)
 *  [Advanced View](https://sa.wordpress.org/plugins/gutenberg/advanced/)

## Ratings

 2.1 out of 5 stars.

 *  [  854 5-star reviews     ](https://wordpress.org/support/plugin/gutenberg/reviews/?filter=5)
 *  [  153 4-star reviews     ](https://wordpress.org/support/plugin/gutenberg/reviews/?filter=4)
 *  [  146 3-star reviews     ](https://wordpress.org/support/plugin/gutenberg/reviews/?filter=3)
 *  [  221 2-star reviews     ](https://wordpress.org/support/plugin/gutenberg/reviews/?filter=2)
 *  [  2,491 1-star reviews     ](https://wordpress.org/support/plugin/gutenberg/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/gutenberg/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Contributors

 *   [ Matias Ventura ](https://profiles.wordpress.org/matveb/)
 *   [ Joen Asmussen ](https://profiles.wordpress.org/joen/)
 *   [ Tammie Lister ](https://profiles.wordpress.org/karmatosed/)

## Support

Issues resolved in last two months:

     0 out of 6

 [View support forum](https://wordpress.org/support/plugin/gutenberg/)