Category: Using Gutenberg

  • Update #84 – 200k active Installs, WordPress user voices, more Gutenberg blocks, and more developer resources

    Update #84 – 200k active Installs, WordPress user voices, more Gutenberg blocks, and more developer resources

    Roughly two weeks after the WordPress 4.9.8 release with the “Try Gutenberg” call-out in the Admin Dashboard, the Gutenberg plugins has now 200,000 active installs. People are using it and are providing feedback. Before the release the GitHub repository shows approximately 700 open issues and per this writing that number has grown to well over one thousand.  Friday, was release day for Gutenberg: the team issues 3.6, 3.6.1 and 3.6.2, within 5 hrs.

    (more…)
  • 8 Truths about Gutenberg

    8 Truths about Gutenberg

    Updataed August 9th, 2018: Added additional links to the ACF section, with the announcement of creating blocks from within ACF admin – birgit

    Updated August 4th, 2018: I added a paragraph about the WordPress 4.9.8 release and added more resources. — Birgit

    A few month ago, Riad Benguella, core developer on the Gutenberg team, talk about the Gutenberg project at WordCamp Paris: “

    Gutenberg, the future of content creation to WordPress

    Riad’s  slide 28 inspired a short video with the bullet points into English and called them the “Status Check: 8 Truth about Gutenberg” in my video.  Here is the longer version with comments and resources for you, who want to dive deeper into the issues and get past the noise on the Internet.

    This week, with its release 4.8.9, a whole lot of more WordPress users became aware of the new editor codenamed Gutenberg and might have followed the call to “Try Gutenberg” on their sites. The number of active installs of the feature plugin jumped from 20,000 to 50,000 within the first 24 hours of the update. That also raised the noise level in support forums, and reviews. WordPress volunteers worked hart tackling the various issues and answering some of the concerns raised in those posts.

    Gutenberg is still in active development, and the next step is the merge proposal for which all compatibility issues encountered need to be researched and fixed, and if not solvable provide fallback solutions.

    This is a post for those who need some reassurances on what will work, what should work and what still needs to be worked on, when Gutenberg, the future for content creation, finally lands in WordPress 5.0 as the default editor. Let’s get started.

    WP Buffs
    Affiliate link

    Table of Contents

    Status Check #1: All Themes are compatible by default

    As Gutenberg stors the content like the current editor in “post_content” and all Themes basically just place that content on to the site, all themes are compatible by default. They might need adjustments to for single blocks, each block has default layout already. In theory that is.

    Here is a screen recording of a  Theme Test for Twenty-Sixteen at WP4Good

    https://wp4good.org/how-to-test-our-theme-for-gutenberg/

    That being said, not all themes, support the new styles of align-wide or align-full styles for images or cover images. We found a plugin in the repository, which might helps you to augment your current theme.

    A few more resources for theme developers:

    top

    Status Check #2: You can deactivate Gutenberg with a Plugin

    Actually, there are quite a few plugins now available that allow you to various degrees, control how your site interacts with Gutenberg:

    Gutenberg Ramp

    “Restores legacy editor or enables Gutenberg selectively by post types or post ID.” Released by the team of WordPress VIP, it allows you to enable / disable Gutenberg on a more granular basis: per post types or even per post id. It works with the Gutenberg Feature Plugin as well as after Gutenberg will be merged with Gutenberg Core in WordPress 5.0

    Gutenberg Manager

    This plugins also allows you to disable Gutenberg for particular custom post types or individual pages and posts. It’ll also work with WordPress 5.0 and your settings work through the transition.

    The Classic Editor

    Installed before the release of WordPress 5.0 it diables Gutenberg entirely and you can use your site as before.

    Classic Editor Addon

    “This free “Classic Editor Addon” plugin changes the default behaviour of the “Classic Editor” plugin; and then some.”

    “The “Classic Editor” plugin doesn’t remove Gutenberg by default. With this free addon we set the option that controls this from no-replace to replace, so no additional action is needed anymore. This is what the Classic Editor should have done out of the box.

    In addition to this most basic requirement, the “Classic Editor Addon” removes the Settings link from the main Plugins page and removes the plugin’s Settings from the Settings > Writing screen. Also the drop down buttons Gutenberg adds to the post type screens is replaced with the regular “Add New” button.

    Last but not least the Classic Editor Addon suppresses the Nag screen that is slated to arrive in the Dashboard with WP version 4.9.8.

    The plugin’s authors: Pieter Bos and Greg Schoppe.

    In short: It’s a plugin that promises a few additional rail guards so the new editor and removes it’s traces from your site.

    A week ago we collected the 12 Methods to avoid Gutenberg in post. No surprise it was the most read post last week.

    top

    Status Check #3 Meta-Boxes work

    That’s the video of an edit screen after installing Gutenberg with all plugins still activated. Scrolling through the meta-boxes for the following plugins and themes:

    • Edit Flow
    • Seriously simple podcasts
    • Yoast SEO
    • Web Mentions
    • Script section for Genesis
    • Layout selection of  Genesis

    They all work and data is retained in the database for editing and display. 

    The handbook lists the Common Compatibility issues with meta boxes:

    • Plugins relying on selectors that target the post title, post content fields, and other meta boxes (of the old editor).
    • Plugins relying on TinyMCE’s API because there’s no longer a single TinyMCE instance to talk to in Gutenberg.
    • Plugins making updates to their DOM on “submit” or on “save”.
    Courses for Developers - JavaScript for WordPress with Zac Gordon
    Check ’em out now!

    📢 Now on available: Advanced Gutenberg Development  📢

    top

    Status Check #4: ACF is compatible with Gutenberg

    ACF refers to a very popular plugin called Advanced Custom Fields.

    On August 8, ACF published an update which let a lot of site owners and consultant relax a bit on the Gutenberg topic.

    The State of ACF in a Gutenberg World

    WP Tavern also wrote about it:

    Advanced Custom Fields to Add Gutenberg Compatibility in Version 5.0, Slated for September

    Its lead developer, Elliot London, published a Q & A regarding the plugin’s Gutenberg compatibility on their blog at the end for February.

    Visually, the new editor is very different, but the relationship between ACF and “Post Content” has remained the same.
    Field groups will continue to sit below (and around) the “Post Content” area in a similar fashion. They’ll require only a few minor CSS tweaks to integrate with Gutenberg’s minimal style.

    Elliot London, lead developer of Advanced Custom Fields
    Advanced Custom Fields with Gutenberg – A Vision

    top

    Status Check #5: Gutenberg will be the default editor for Custom Post Types

    Issue 2457 # — explains the whole thing (August 2017)- The discussion was quite long and a few people provides some great in sites. It seems to be clear that there will be a  ‘block-editor’ post type supports attribute for custom post types with custom controllers.

    Earlier this week, I tested a handful of plugins that register Custom Post Types like Team, or Events, and I was pleasantly surprised how well they work  with the Gutenberg editor out of the box.   Adding new posts or editing old ones in the Gutenberg editor was actually an improved experience. It might make me an early adopter to go all in on Gutenberg with some of our clients sites.

    top

    Status Check #6: Gutenberg supports shortcodes

    And they work really well, using the “Shortcode” Block.

    Here is an example from the Sponsors plugin

    [sponsors size=”medium” style=”grid”]

    WP Buffs
    Affiliate link

    top

    Status Check #7: Accessibility is really important for Gutenberg

    And the accessibility team is hard at work with the Gutenberg team to get this right. There have a vast array of open GitHub issues list.

    Here is a run down of the problems and what a critical issues to be fixed before the merge proposal by team lead Rian Rietveld:

    Accessibility of Gutenberg, the state of play

    There is still a lot of work to be done though.

    top

    Status Check #8: Gutenberg won’t replace TinyMCE but us it

    In his own  Myth-busting blog post, published back in October 2017, Andrew Roberts writes:

    Firstly, the TinyMCE user experience (toolbar, dialogs, writing flow) can also be found hiding in the Classic Text block. Customizations that previously worked with TinyMCE will continue to work with the Classic Text block. (…)

    Secondly, Gutenberg uses the TinyMCE core rich text editing engine in the Editable component. The Editable component is similar to a super-powered textarea element, enabling rich content editing including bold, italics, hyperlinks, etc.

    Gutenberg myth-busting: 10 answers on the future of content creation in WordPress

    Photo by Alex Block on Unsplash

    top

  • Update: “Try Gutenberg” Call-out available in WordPress  4.9.8

    Update: “Try Gutenberg” Call-out available in WordPress 4.9.8

    Update August 2, 2018 – 9:30 am ET

    The release of WordPress 4.9.8 seems to move forward as planned starting the process at 20:00 UTC / 4 pm ET. The update script check about every hour. 

    If you need to avoid the Gutenberg Nag, or Gutenberg for that matter we listed 12 methods in a different post.

    One the Make blog for the Core team, Gary Pendergast posted a few notes about the new feature:  “Try Gutenberg” Callout in WordPress 4.9.8

    Q: Is the Try Gutenberg callout a one time message

    Once you dismiss it, it won’t reappear. If you want to bring it back at any point, open the “Screen Options” dropdown on the Dashboard, and check the “New Editor” option.

    Gary Pendergast

    Update July 31, 2018 – Release 4.9.8 moved to August 2, 2018

    An additional modification on the logic for showing the Try Gutenberg prompt in the dashboard triggers another Release Candidate (RC3) before 4.9.8 will come automatically to WordPress sites.

    Gary Pendergast posted a new track ticket early morning, narrowing down the rules for when the Gutenberg call-out is displayed in the WordPress dashboard.

    • When Gutenberg is either not installed, or not activated, only show the callout to users with the install_plugins capability.
    • When Gutenberg is activated, expand that to include all users with the edit_posts capability.

    The Gutenberg team released Gutenberg 3.4 version today with 60+ change log items. For users switching back and forth between Gutenberg and Classic Editor there is now a warning in place, to caution editing  content in blocks with the Classic Editor.

    Then we will be doing final 4.9.8 release on Thurs (Aug 2), time also still TBD. The 2 days between RC3 and final will allow the Gutenberg team to ensure that GB v3.4 is running smoothly and do a v3.4.1 if necessary

    Paul Biron, co-release lead for WordPress 4.9.8 on #core channel.
    WP Buffs
    Affiliate link

    New design of the Introduction to Gutenberg page, by Kjell Reigstad:

    Update July 30, 2018 – Release maybe moved to August 2,2018

    Last week the Core and Gutenberg teams discussed how and when best to let users know that when they create content with  Gutenberg editor and then decided to go back to the classic editor that they might lose  data and formatting for the Gutenberg content. The 3.4 version of Gutenberg has some conditional warning messages built in and is ready to be released.

    Some contributors worry, that if users decide to no use Gutenberg, that they won’t use the Classic Editor for editing instead but deactivate Gutenberg and won’t be able to see the warning. For those users there would need to be also a warning coming from Core, which won’t be in 4.9.8, now available as Release Candidate. Putting any warning into core would  require a quick release of 4.9.9.

    Pull Request #8247

    On Monday, Gary Pendergast suggested to move the 4.9.8 release to August 2, 2018 for the following reasons. 

    • Gutenberg 3.4. is on target to be released tomorrow, moving 4.9.8  two days would give the Gutenberg Team to release a 3.4.1 update fixing any unforeseen flare ups.
    • The Try Gutenberg dashboard call out now  shows a link to the live demo for people who don’t have enough privileges to install plugins so they still can acquaint themselves with Gutenberg. For the link to get into the call-out the core team would need to issue 3rd release candidate version before the final release comes out. The new design of the Gutenberg landing page includes a live demo of Gutenberg and is scheduled to be released tomorrow as well.
    • Another issue was filed, requesting a warning for users with assistive technology, and to recommend to install the Classic Editor. If the release is mover a couple of days, a solution might make it into 4.9.8. It’s release tomorrow, 4.9.9 will be it.

    The final decision on the 4.9.8 release date/time will be made by the release leads when they start their day on Monday. Stay Tuned. by 19:00 UTC (3 pm ET)

    Methods to avoid the Gutenberg Nag

    There are a few plugins available that suppress the so called “Gutenberg Nag”.

    Update July 20, 2018 – Released in Beta 2.

    The Dashboard Call out to Try the “new, modern publishing experience” is now available in WordPress 4.9.8 Beta 2.

    Parallel to getting the next WordPress core version ready for release, the Gutenberg Dev team is working on the milestone 58 “Try Callout” to get identified blockers resolved. In this week’s core dev chat, Tammie Lister kept the door open for the team to punt the call out once more should those blockers not be resolved by the time the Release Candidate for 4.9.8 comes about next week.

    Update July 18, 2018 – Call out issue resolved for Core, “Call out” milestone focus for Gutenberg 3.3

    Core Committer, Gary Pendergast changed the status of the long ongoing trac ticket “Introduce “Try Gutenberg” callout” opened by Mel Choyce almost exactly a year ago to ‘resolved’. A few people worked on it in various capacities: Apart from Mel and Gary, kudos to Joen Asmussen, Tammie Lister, Joe McGill, Sergey Biryukoc, Aaron Jorbin, Birgit Pauli-Haack, Marius Jenson, Andrea Fercia, Josepha Haden, Chris Lema, Kjell Reigstad,  Matias Ventura, and Michelle Weber. With this status changed the Dashboard Callout is ready to be added to the Beta 2 of WordPress 4.9.8 release for July 19, 2018.

    Matias Ventura, co-lead of Gutenberg development opened a milestone on the GitHub repository for issues that need to be resolved before the “Try Gutenberg” invitation is posted in the Dashboard and made it the focus for the next Gutenberg version (3.3 with a tentative release date of July 25, 2018)

    A few months ago, Daniel Bachhuber posted a list of issues that should be resolved before several thousand users are starting using Gutenberg, heeding the upcoming call to test the new editor. Today, he posted a blog post with an update on those issues.

    Update July 17, 2018

    Today Beta 1 of 4.9.8 was released, and I was hoping to be able to test the now famous “Try Gutenberg”. Turns out the first version of the “try Gutenberg” prompt is still being worked on and getting the last polish. 

    It will be ready for Beta 2. Kjell Reigstad published the latest mockup on the trac ticket. – Ignore the pink squares, they just help with the white space around it.-  In the last few days, the wording for the two columns experienced a few changes.

    Kjell writes in comment #148 of the trac ticket:  “This hits on all the points we need, and is simple and clear:

    1. Gutenberg is coming in the next major release
    2. If you’re worried about compatibility, there’s a plugin to help ease the transition.
    3. The plugin lets you use the editor you’re used to until you’re ready to switch.”

    There are quite a few Gutenberg online Live events coming up this week and next week. Experts from different areas of the WordPress community are available for free. Take them up on their offer to asked them about your site getting ready or other Gutenberg implementation issues.

    Feel free to connect via comments if you have questions or use the form on the Contact Us page to send us an email to pauli@gutenbergtimes.com

    8 Truths about Gutenberg

    Update July 9, 2018

    Kjell Reigstad posted another iteration of the possible designs yesterday. Here is one of the mock-ups. All three drafts show a Blocks selection window and language that give the user choices and assistance regarding their decisions to try it or not.

    Update July 5, 2018

    The WordPress Dev Team just releas 4.9.7 as a security and Maintenance release. The original release map was moved to 4.9.8. Here is the updated post on the make blog

    Update July 2, 2018

    Early June, Mel Choyce published an modified layout for the “Try Gutenberg” prompt on the WP-Admin Dashboard. She incorporated suggestions  from Chris Lema‘s mock-ups and updated copy by Michelle Weber. The current version for the call out looks like this:

    It shows three columns with instructions on how to install the Gutenberg plugin, and how to submit feedback.

    From the DevCat Summary of core weekly contributor chat we learn that “Try Gutenberg” is one of the likely focuses for the 4.9.7 release.
    Paul Biron and Joshua Wold will head this version as co-release leads with Sergey Biryukov and Jon Bossenger as co-deputies. You can follow the progress of this version and issues via the Make Blog Tag 4.9.7. Weekly Developer Meetings happen every Wednesday. The next meeting will take place on  Wednesday, July 4, 2018, 4:00 PM EDT in #core slack channel.

    As mentioned earlier, Daniel Bachhuber maintains a list of issues considered blockers before Gutenberg can put in front of ten-thousands more users. It just received an additional take of “Priority High”

    Update May 8th, 2018 
    
    Yesterday, the hosting team published their notes from the May 2nd meeting.  Mark Schroeder confirmed that Try Gutenberg has been pushed to the next 4.9. version.

    More Notes regarding the “Try Gutenberg” prompt

    Known Issues with Themes & Plugins
    To make it easier for users/site owners to decide if they should try it, we published a list of known issues with Themes and Plugins. and link to the various sources.  Try or not to Try?  The post was first published end of April, but received more attention just last week.

    Trac Discussion on Try Gutenberg prompt
    In his article about the Try Gutenberg prompt, WPTavern’s Jeff Chandler wrote a nice overview on the discussion behind the scenes on how the prompt should appear in the dashboard. 

    Fix issues first, before thousands of users hit Gutenberg
    Daniel Bachhuber identified a set of known issues from the Github repository, which he thinks should be fixed before the Try Gutenberg prompt is added to a WordPress core version.

    Update March 27, 2018
    Tonight, Jb Audras,  announced the release of the 4.9.5 RC version.

    “The Try Gutenberg callout will ultimately not land in 4.9.5 release. There are still a few issues that need to get fixed before it’s ready for the level of attention this will bring. It will probably land in a dedicated 4.9.6 release in a few weeks (also see related trac ticket: #41316)”

    “Unfortunately, there are still a few more issues in Gutenberg that we need to get fixed before it’s ready for the level of attention this will bring, so we’ll probably aim for a small, quick 4.9.6 release a week or so after 4.9.5.

    Gary Pendergast (pento), Core Committer, wrote earlier.

    Try Gutenberg prompt in WordPress Dashboard version 4.9.5

    To encourage more people to try Gutenberg, this new Dashboard box allows site users to easily install and try out Gutenberg.

    Demo Gif Try Gutenberg WordPress 4.9.5
    Animated GIF in Dashboard prompt for Gutenberg in WordPress 4.9.5

    While testing Beta 1 of WordPress version 4.9.5 I didn’t see a Call-out to try Gutenberg in the Dashboard.  However, lurking in on the latest meetings in Slack channels #Core & #Forum I found out the call out to site owners and users will be available with the RC on March 27, 2018 and then released with the WordPress 4.9.5. version on April 3rd, 2018. At least that’s the plan for now.

    The corresponding Trac-ticket was closed a few hours ago. Props: Gary Pendergast, Mel Choyce, Joen Asmussen, Tammy Lister, Joe Mcgill, Sergey Biryukov, Aaron Jorbin 

    As to the actual Call out to Install / Activate the plugin, there are three different messages:

    • If Gutenberg is not installed, and the user can install plugins, show the Install Today button.
    • If Gutenberg is installed but not activated, and the user can install plugins, show the Activate Today button.
    • If Gutenberg is installed and activated, and the user can edit posts, show the Try Today button.
    • For any other cases (ie, Gutenberg isn’t installed, and the user can’t install plugins; the user can’t edit posts), the button “Install Today”  is hidden.

    We also learn from the trac-ticket the different iterations on the layout. Five months ago, the team already went through the design phase, but it also felt was still to early for the 4.8.x version and it was pushed into 4.9, 4.9.1 etc to 4.9.5. The Gutenberg Dev Team seems to be comfortable now to have a whole lot of more users us Gutenberg on their sites.

    The #forum contributors & volunteers are preparing for the onslaught of – possibly – millions of  people trying out Gutenberg and having questions together with the Gutenberg development team.

    During the meeting one member suggested strongly to add the following sentence to the call out:

    “If you are not comfortable with, or have doubts about using pre-release software, you should not install this plugin.”

    Another team member suggested also to reach out to Themes and Plugin developers and let them know about the call-out, just in case they don’t see it in the Release Candidate.

    Frequently Asked Questions (FAQs)

    The first questions that came up in the forum meetings and their answers:

    Q: Can I go back to the old editor?

    A: Yes, just uninstall the Gutenberg plugin. (After 5.0: Yes, just install the Classic Editor plugin: https://wordpress.org/plugins/classic-editor/)

    Q: What happens if I disable the Gutenberg plugin?

    A: Your posts will largely remain in tact, but you may need to provide your own styling for the few elements that Gutenberg was providing styling for, and replace a few blocks.

    Q: Will switching to Gutenberg affect my existing content?

    A: No.

    Q: Can I edit existing content in Gutenberg?

    A: Yes, you can continue editing using the classic bloc (which mimics the behavior of the current editor inside Gutenberg) or you can try the “convert to blocks” option to split the content to the regular Gutenberg blocks.

    Q: Can I use it with my themes visual page builder?

    A: Some plugins may have started working on their Gutenberg support, but when testing with the plugin it is not unlikely that some of them may not work with Gutenberg yet.

    Q: Why there is not an option in the dashboard for switching between G and old editor?

    A: There is, hover over a post and you can use the classic editor for that post, it’s an option along with the usual edit, quick edit and trash links.

    We’ll update the list before the release,

    Here is the link to the FAQs in Gutenberg Handbook

    How can you help?

    Starting April 4th, 2018, assist other users in the Gutenberg plugin support forum. If you are already comfortable using Gutenberg on your own site, and you have some time to spare,it would be very helpful, if you could answer questions in the support forum of the feature plugin once the WordPress 4.9.5 is released.

    Where should issues be reported?

    Updated: Feb 24: The support team expects users to report issues on the support forum of the feature plugin. Support contributors check if it’s a legitimate issue and create a ticket on the GitHub repository of Gutenberg

    How can the “Try Gutenberg” prompt be hidden from the Dashboard?

    There are some folks out there, feeling their site owners or users should not see the “Try Gutenberg” prompt. One of them built a plugin that’s available on GitHub. 

    8 Truths about Gutenberg
  • Update #79 – Gutenberg API Freeze, Developing Blocks , Site Readiness Tools and much more

    Update #79 – Gutenberg API Freeze, Developing Blocks , Site Readiness Tools and much more

    With last Friday’s release Gutenberg is considered “Feature Complete” and the contributors switched focus to bug fixes, enhancements, backwards compatibility and API stability. Also, the core team is getting ready to finalize design on the “Try Gutenberg” prompt.  We see a lot more sophisticated Gutenberg blocks surfacing and site owners and agencies are sharing their methods for testing sites for their Gutenberg Readiness.

    Table of Content

    News on Gutenberg Development 

    Version 3.2 was released last Friday

    The change log has again 115 items listed. And the development team sees it as “Feature Complete”, incorporating every feature they wanted before they start working on the merge proposal for the WordPress Core integration.

    What’s New in Gutenberg? (6th July)

    Gutenberg API Freeze and Depreciation List

    Grzegorz (Greg) Ziółkowski‏  posted:  “If you have been wondering which public APIs might be subject to change, you can check this GitHub Project page: API Freeze. Also, he iterated about Gutenberg’s deprecation policy: supporting backwards-compatibility any change for two minor releases, when possible. He shared the current deprecation list from the project’s documentation section.  

    Next Steps for Gutenberg Mobile

    Upcoming Prompt to “Try Gutenberg”

    Update: “Try Gutenberg” Call-out available in WordPress 4.9.8
    WordPress 4.9.8 to Introduce “Try Gutenberg” Callout

    Tomorrow, July 11,  at the Core development meeting people will discuss the latest revisions for the “Try Gutenberg” prompt on the WordPress trac ticket

    Yesterday, Kjell Reigstad posted another iteration of the possible designs. All three show a block selection window and language that give the user choices and assistance regarding their decisions to try it or not. Here is one of the mock-ups. 

    Your Themes & Gutenberg

    https://wp4good.org/how-to-test-our-theme-for-gutenberg/
    Block Unit Test Plugin Helps WordPress Theme Developers Prepare for Gutenberg

    Using Gutenberg / Testing your site 

    https://twitter.com/theisaac/status/1014910786135736320
    https://wp4good.org/create-a-copy-of-your-wordpress-site-to-test-gutenberg/

    Or not …

    Blocks Galore

    Drop It Plugin Brings Gifs and Unsplash Photos to Gutenberg
    https://twitter.com/jmau111/status/1015540665072136192

    Photos from around the World

  • Update #75 – Find more blocks to add to your Gutenberg site and more

    Update #75 – Find more blocks to add to your Gutenberg site and more

    In this short round-up you’ll find micro-tutorials on how to use Gutenberg 3.1, ways Gutenberg will change your business, more blocks plugins, photos around the world and how to start contributing to Gutenberg

    Table of Contents

    Developing Gutenberg

    https://twitter.com/gziolo/status/1006552124900216834

    top

    Working with Customers

    https://www.rystedtcreative.com/wordpress/wordpress-5-0-gutenberg-2018/

    top

    Using Gutenberg

    top

    #280Blocks

    https://richtabor.com/coblocks/
    https://twitter.com/imath/status/1004046937421590528
    A neat collection! Check it out and review the code to learn different approaches to block development. — bph
    https://atomicblocks.com/block-party-check-out-the-new-post-grid-block/

    top

    For Developers

    https://twitter.com/EricDebelak/status/1005499807417266177

    top

    Photos from around the World

    top

  • To Try or Not to Try? Themes & Plugins: Known conflicts with Gutenberg

    To Try or Not to Try? Themes & Plugins: Known conflicts with Gutenberg

    In January, I wrote on the WP4Good blog:

    Although, many Themes and Plugin developers started working on Blocks for Gutenberg, teams of larger projects won’t be able to start compatibility testing until the first beta version [of WordPress 5.0] is released. Fast iteration and patches will follow for issues discovered. There might be a few surprises for the Gutenberg development team.

    Since then I have been keeping an unsorted list of plugins and themes that are reported ‘wonky’ to some extend.

    Within several weeks, the next 4.9.x version of WordPress might have a dashboard prompt to “Try Gutenberg” with a two-click process to install it as a “Feature Plugin” and test it. Knowing which plugins won’t work, will help with the decision to try or not to try. Here is our list. It is in no way comprehensive, but it’s a start.

    This is a loose collection of plugins, themes or environments that do not yet work properly with the “feature plugin” Gutenberg. We’ll updated the list on a regular basis.

    Table of Contents


    WP Buffs

    Plugins with Gutenberg quirks

    Daniel Bachhuber created a database of the top 5,000 plugins of the WordPress.org repository. In partnership with WPSandbox, he also created a process to spin up new WordPress sites on the fly to test each plugin on its own site. Check it out: Gutenberg Plugin Compatibility.This project needs dedicated volunteers, who can test dozens of plugins at a time.

    Here is a report on this initiative per April 25, 2018

    https://danielbachhuber.com/2018/04/25/summary-of-gutenberg-plugin-compatibility-database-results-to-date/

    Click on the links below to get to the  reported issue to determine if it’s a critical issues for your website. 

    Update May 15, 2018: The Gutenberg Dev team also collects related issues on Github “[Type] Plugin / Theme interoperability” – We’ll update above list later this week — Birgit

    List of Gutenberg compatible plugins

    Exported from above mentioned Gutenberg Plugin Compatibility  site  

    Updated: July 13, 2018 

    PluginGutenberg-CompatibleCompatibility ReasonActive Installs
    newsletteryesDoesn’t include editor functionality200000
    responsive-lightboxyesDoesn’t include editor functionality200000
    quick-pagepost-redirect-pluginyesDoesn’t include editor functionality200000
    cookie-law-infoyesExisting functionality works in Gutenberg200000
    ps-auto-sitemapyesDoesn’t include editor functionality200000
    custom-sidebarsyesExisting functionality works in Gutenberg200000
    simple-social-iconsyesExisting functionality works in Gutenberg200000
    table-of-contents-plusyesDoesn’t include editor functionality200000
    ampyesDoesn’t include editor functionality200000
    admin-menu-editoryesDoesn’t include editor functionality200000
    custom-post-type-uiyesExisting functionality works in Gutenberg500000
    wp-instagram-widgetyesDoesn’t include editor functionality200000
    child-theme-configuratoryesDoesn’t include editor functionality100000
    one-click-demo-importyesDoesn’t include editor functionality200000
    megamenuyesDoesn’t include editor functionality200000
    exclude-pagesyesExisting functionality works in Gutenberg100000
    official-statcounter-plugin-for-wordpressyesExisting functionality works in Gutenberg100000
    uk-cookie-consentyesDoesn’t include editor functionality100000
    so-widgets-bundleyesDoesn’t include editor functionality1000000
    use-any-fontyesExisting functionality works in Gutenberg100000
    wp-sitemap-pageyesDoesn’t include editor functionality100000
    pubsubhubbubyesDoesn’t include editor functionality100000
    social-media-widgetyesDoesn’t include editor functionality100000
    all-in-one-faviconyesDoesn’t include editor functionality100000
    cyr3latyesDoesn’t include editor functionality100000
    recent-posts-widget-extendedyesDoesn’t include editor functionality100000
    wp-retina-2xyesDoesn’t include editor functionality100000
    cloudflareyesDoesn’t include editor functionality100000
    simple-share-buttons-adderyesDoesn’t include editor functionality100000
    seo-imageyesDoesn’t include editor functionality100000
    ssl-insecure-content-fixeryesDoesn’t include editor functionality100000
    optinmonsteryesExisting functionality works in Gutenberg600000
    simple-custom-post-orderyesDoesn’t include editor functionality100000
    autodescriptionyesExisting functionality works in Gutenberg40000
    disable-commentsyesExisting functionality works in Gutenberg1000000
    simple-custom-cssyesExisting functionality works in Gutenberg, Doesn’t include editor functionality300000
    search-regexyesExisting functionality works in Gutenberg, Doesn’t include editor functionality100000
    simple-301-redirectsyesDoesn’t include editor functionality300000
    simple-page-orderingyesDoesn’t include editor functionality200000
    force-regenerate-thumbnailsyesDoesn’t include editor functionality600000
    tinymce-advancedyesExisting functionality works in Gutenberg2000000
    ewww-image-optimizeryesDoesn’t include editor functionality600000
    ninja-formsyes1000000
    contentadyesExisting functionality works in Gutenberg7000
    clean-image-filenamesyesExisting functionality works in Gutenberg10000
    autoptimizeyesDoesn’t include editor functionality500000
    add-to-anyyesExisting functionality works in Gutenberg500000
    loco-translateyesDoesn’t include editor functionality600000
    wp-google-mapsyesExisting functionality works in Gutenberg, Doesn’t include editor functionality400000
    better-wp-securityyesDoesn’t include editor functionality900000
    post-types-orderyesDoesn’t include editor functionality400000
    contact-form-7yesDoesn’t include editor functionality5000000
    breadcrumb-navxtyes700000
    woosidebarsyesDoesn’t include editor functionality300000
    velvet-blues-update-urlsyesDoesn’t include editor functionality300000
    so-cssyesDoesn’t include editor functionality200000
    antispam-beeyesDoesn’t include editor functionality300000
    polylangyesExisting functionality works in Gutenberg300000
    widget-logicyesDoesn’t include editor functionality300000
    buddypressyesDoesn’t include editor functionality200000
    wp-user-avataryesDoesn’t include editor functionality200000
    simple-lightboxyesDoesn’t include editor functionality200000
    user-role-editoryesDoesn’t include editor functionality400000
    wp-postviewsyesDoesn’t include editor functionality200000
    advanced-custom-fieldsyesExisting functionality works in Gutenberg1000000
    taxonomy-terms-orderyesExisting functionality works in Gutenberg300000
    count-per-dayyesDoesn’t include editor functionality100000
    imsanityyesExisting functionality works in Gutenberg200000
    all-in-one-wp-security-and-firewallyesDoesn’t include editor functionality600000
    cmb2yesDoesn’t include editor functionality100000
    woocommerce-pdf-invoicesyesDoesn’t include editor functionality10000
    sucuri-scanneryesDoesn’t include editor functionality300000
    seriously-simple-podcastingyesDoesn’t include editor functionality10000
    yet-another-related-posts-pluginyesExisting functionality works in Gutenberg200000
    wordpress-ping-optimizeryesDoesn’t include editor functionality100000
    svg-supportyesExisting functionality works in Gutenberg100000
    redux-frameworkyesDoesn’t include editor functionality500000
    iframeyesExisting functionality works in Gutenberg100000
    all-404-redirect-to-homepageyesDoesn’t include editor functionality100000
    enable-media-replaceyesDoesn’t include editor functionality200000
    email-subscribersyesDoesn’t include editor functionality100000
    underconstructionyesDoesn’t include editor functionality100000
    simple-tagsyesExisting functionality works in Gutenberg100000
    favicon-by-realfavicongeneratoryesDoesn’t include editor functionality100000
    caldera-formsyesExisting functionality works in Gutenberg100000
    cookie-noticeyesDoesn’t include editor functionality500000
    seo-ultimateyesExisting functionality works in Gutenberg100000
    content-views-query-and-display-post-pageyesExisting functionality works in Gutenberg100000
    nav-menu-rolesyesDoesn’t include editor functionality100000
    stops-core-theme-and-plugin-updatesyesExisting functionality works in Gutenberg100000
    oauth-twitter-feed-for-developersyesDoesn’t include editor functionality100000
    custom-post-type-permalinksyesDoesn’t include editor functionality90000
    membersyesExisting functionality works in Gutenberg100000
    q2w3-fixed-widgetyesExisting functionality works in Gutenberg100000
    404-to-301yesDoesn’t include editor functionality100000
    post-duplicatoryesDoesn’t include editor functionality100000
    wp-jalaliyesDoesn’t include editor functionality100000
    social-media-featheryesExisting functionality works in Gutenberg100000
    theme-checkyesDoesn’t include editor functionality100000
    list-category-postsyesExisting functionality works in Gutenberg, Doesn’t include editor functionality100000
    wp-job-manageryesDoesn’t include editor functionality100000
    auto-terms-of-service-and-privacy-policyyesDoesn’t include editor functionality100000
    intuitive-custom-post-orderyesDoesn’t include editor functionality200000
    p3-profileryesDoesn’t include editor functionality100000
    wp-social-bookmarking-lightyesDoesn’t include editor functionality100000
    yith-woocommerce-ajax-searchyesDoesn’t include editor functionality100000
    imagifyyesDoesn’t include editor functionality100000
    relevanssiyesDoesn’t include editor functionality100000
    display-posts-shortcodeyesExisting functionality works in Gutenberg100000
    instagram-slider-widgetyesDoesn’t include editor functionality100000
    video-thumbnailsyesExisting functionality works in Gutenberg100000
    widget-css-classesyesDoesn’t include editor functionality100000
    genesis-enews-extendedyesDoesn’t include editor functionality100000
    custom-css-jsyesDoesn’t include editor functionality100000
    no-category-base-wpmlyesDoesn’t include editor functionality100000
    email-address-encoderyesDoesn’t include editor functionality100000
    disable-google-fontsyesDoesn’t include editor functionality100000
    automatic-updateryesDoesn’t include editor functionality100000
    remove-query-strings-from-static-resourcesyesDoesn’t include editor functionality100000
    gtranslateyesDoesn’t include editor functionality100000
    call-now-buttonyesDoesn’t include editor functionality100000
    wordpress-httpsyesExisting functionality works in Gutenberg90000
    wp-reviewyesExisting functionality works in Gutenberg90000
    cms-tree-page-viewyesExisting functionality works in Gutenberg90000
    yith-woocommerce-compareyesExisting functionality works in Gutenberg100000
    antivirusyesExisting functionality works in Gutenberg90000
    sticky-side-buttonsyesDoesn’t include editor functionality10000
    block-bad-queriesyesDoesn’t include editor functionality80000
    user-switchingyesDoesn’t include editor functionality90000
    wp-tab-widgetyesDoesn’t include editor functionality80000
    mashshareryesExisting functionality works in Gutenberg80000
    dynamic-widgetsyesExisting functionality works in Gutenberg, Doesn’t include editor functionality70000
    post-expiratoryesExisting functionality works in Gutenberg70000
    genesis-responsive-slideryesDoesn’t include editor functionality70000
    facebook-like-box-widgetyesDoesn’t include editor functionality80000
    accesspress-social-shareyesExisting functionality works in Gutenberg70000
    wp-membersyesExisting functionality works in Gutenberg70000
    customizer-export-importyesDoesn’t include editor functionality70000
    menu-imageyesDoesn’t include editor functionality70000
    widgets-on-pagesyesExisting functionality works in Gutenberg70000
    cloudflare-flexible-sslyesDoesn’t include editor functionality60000
    sermon-manager-for-wordpressyesDoesn’t include editor functionality8000
    tweet-old-postyesDoesn’t include editor functionality70000
    smk-sidebar-generatoryesDoesn’t include editor functionality70000
    contact-form-7-mailchimp-extensionyesDoesn’t include editor functionality70000
    woo-checkout-field-editor-proyesDoesn’t include editor functionality70000
    wp-responsive-menuyesDoesn’t include editor functionality70000
    simple-local-avatarsyesDoesn’t include editor functionality70000
    https-redirectionyesDoesn’t include editor functionality70000
    wp-crontrolyesDoesn’t include editor functionality70000
    all-in-one-schemaorg-rich-snippetsyesExisting functionality works in Gutenberg70000
    wpcat2tag-importeryesDoesn’t include editor functionality70000
    contact-form-cfdb7yesDoesn’t include editor functionality70000
    simple-image-widgetyesDoesn’t include editor functionality70000
    tacyesDoesn’t include editor functionality70000
    seo-automatic-linksyesDoesn’t include editor functionality70000
    sitemapyesExisting functionality works in Gutenberg70000
    fb-instant-articlesyesExisting functionality works in Gutenberg80000
    testimonials-by-woothemesyesDoesn’t include editor functionality60000
    gallery-by-supsysticyesDoesn’t include editor functionality60000
    rest-apiyesDoesn’t include editor functionality50000
    akismetyesDoesn’t include editor functionality5000000
    google-sitemap-generatoryesDoesn’t include editor functionality2000000
    wp-multibyte-patchyesDoesn’t include editor functionality900000
    redirectionyesDoesn’t include editor functionality900000
    wp-pagenaviyesDoesn’t include editor functionality900000
    application-passwordsyesDoesn’t include editor functionality3000
    regenerate-thumbnailsyesDoesn’t include editor functionality1000000
    wordfenceyesDoesn’t include editor functionality2000000
    duplicate-postyesDoesn’t include editor functionality2000000
    facebook-conversion-pixelyesExisting functionality works in Gutenberg70000
    wp-to-twitteryesExisting functionality works in Gutenberg60000
    post-plugin-libraryyesExisting functionality works in Gutenberg60000
    cyclone-slider-2yesExisting functionality works in Gutenberg60000
    accesspress-social-iconsyesExisting functionality works in Gutenberg70000
    disable-emojisyesExisting functionality works in Gutenberg60000
    paid-memberships-proyesExisting functionality works in Gutenberg60000
    limit-login-attemptsyesExisting functionality works in Gutenberg, Doesn’t include editor functionality2000000
    contextual-related-postsyesExisting functionality works in Gutenberg60000
    simple-sitemapyesExisting functionality works in Gutenberg60000
    code-snippetsyesExisting functionality works in Gutenberg70000
    404-to-startyesExisting functionality works in Gutenberg60000
    cleantalk-spam-protectyesExisting functionality works in Gutenberg60000
    bj-lazy-loadyesExisting functionality works in Gutenberg60000
    wp-paginateyesExisting functionality works in Gutenberg60000
    shortpixel-image-optimiseryesExisting functionality works in Gutenberg60000
    pixelyoursiteyesDoesn’t include editor functionality80000
    themegrill-demo-importeryesDoesn’t include editor functionality90000
    woocommerce-multilingualyesDoesn’t include editor functionality80000
    disable-xml-rpc-pingbackyesDoesn’t include editor functionality80000
    reveal-ids-for-wp-admin-25yesDoesn’t include editor functionality80000
    bwp-minifyyesDoesn’t include editor functionality80000
    aryo-activity-logyesDoesn’t include editor functionality70000
    frontend-uploaderyesExisting functionality works in Gutenberg8000
    co-authors-plusyesExisting functionality works in Gutenberg30000
    safe-redirect-manageryesDoesn’t include editor functionality40000
    youtube-channel-galleryyesDoesn’t include editor functionality40000
    floating-social-media-iconyesDoesn’t include editor functionality50000
    clean-and-simple-contact-form-by-meg-nicholasyesDoesn’t include editor functionality40000
    lightweight-social-iconsyesDoesn’t include editor functionality40000
    what-the-fileyesDoesn’t include editor functionality40000
    woocommerce-pagseguroyesDoesn’t include editor functionality40000
    woocommerce-grid-list-toggleyesDoesn’t include editor functionality40000
    dynamic-to-topyesDoesn’t include editor functionality40000
    wp-meta-and-date-removeryesDoesn’t include editor functionality50000
    remove-category-urlyesDoesn’t include editor functionality50000
    scroll-back-to-topyesDoesn’t include editor functionality50000
    wp-performance-score-boosteryesDoesn’t include editor functionality50000
    paypal-donationsyesExisting functionality works in Gutenberg50000
    show-hide-authoryesExisting functionality works in Gutenberg50000
    snazzy-mapsyesDoesn’t include editor functionality50000
    woocommerce-products-filteryesExisting functionality works in Gutenberg50000
    adrotateyesDoesn’t include editor functionality50000
    seo-redirectionyesDoesn’t include editor functionality50000
    404pageyesDoesn’t include editor functionality50000
    akismet-privacy-policiesyesDoesn’t include editor functionality50000
    acf-content-analysis-for-yoast-seoyesExisting functionality works in Gutenberg50000
    easy-social-iconsyesDoesn’t include editor functionality50000
    wp-live-chat-supportyesDoesn’t include editor functionality50000
    rss-importeryesDoesn’t include editor functionality50000
    crayon-syntax-highlighteryes50000
    bulk-deleteyesDoesn’t include editor functionality50000
    storefront-product-sharingyesDoesn’t include editor functionality50000
    smart-youtubeyesExisting functionality works in Gutenberg50000
    comments-from-facebookyesExisting functionality works in Gutenberg40000
    woocommerce-menu-bar-cartyesExisting functionality works in Gutenberg50000
    woocommerce-checkout-manageryesDoesn’t include editor functionality50000
    kk-star-ratingsyesDoesn’t include editor functionality50000
    onesignal-free-web-push-notificationsyesDoesn’t include editor functionality50000
    wpfront-scroll-topyesDoesn’t include editor functionality50000
    woocommerce-delivery-notesyesDoesn’t include editor functionality40000
    wp-featherlightyesDoesn’t include editor functionality40000
    post-gridyesExisting functionality works in Gutenberg40000
    wpfront-user-role-editoryesDoesn’t include editor functionality50000
    wpremoteyesDoesn’t include editor functionality50000
    profile-builderyesExisting functionality works in Gutenberg50000
    resize-image-after-uploadyesDoesn’t include editor functionality50000
    wp-nested-pagesyesDoesn’t include editor functionality40000
    wp-all-exportyesDoesn’t include editor functionality40000
    woocommerce-cart-tabyesDoesn’t include editor functionality40000
    awesome-weatheryesDoesn’t include editor functionality40000
    italy-cookie-choicesyesDoesn’t include editor functionality40000
    disable-json-apiyesDoesn’t include editor functionality40000
    sassy-social-shareyesDoesn’t include editor functionality40000
    favicon-rotatoryesDoesn’t include editor functionality40000
    contact-form-7-styleyesDoesn’t include editor functionality40000
    ultimate-posts-widgetyesDoesn’t include editor functionality40000
    woocommerce-customizeryesDoesn’t include editor functionality40000
    persian-woocommerceyesDoesn’t include editor functionality40000
    sociableyesExisting functionality works in Gutenberg40000
    custom-post-templateyesExisting functionality works in Gutenberg40000
    a3-lazy-loadyesDoesn’t include editor functionality40000
    simple-social-buttonsyesExisting functionality works in Gutenberg40000
    widgets-for-siteoriginyesDoesn’t include editor functionality40000
    mailpoetyesExisting functionality works in Gutenberg, Doesn’t include editor functionality50000
    facebook-by-weblizaryesDoesn’t include editor functionality60000
    404-redirectionyesDoesn’t include editor functionality50000
    page-listyesExisting functionality works in Gutenberg50000
    mailchimp-forms-by-mailmunchyesExisting functionality works in Gutenberg, Doesn’t include editor functionality60000
    get-the-imageyesDoesn’t include editor functionality50000
    subscribe2yesExisting functionality works in Gutenberg70000
    wp-hide-postyesExisting functionality works in Gutenberg50000
    feed-them-socialyesExisting functionality works in Gutenberg, Doesn’t include editor functionality60000
    sticky-menu-or-anything-on-scrollyesDoesn’t include editor functionality50000
    stop-user-enumerationyesDoesn’t include editor functionality20000
    yuzo-related-postyesExisting functionality works in Gutenberg50000
    multiple-post-thumbnailsyesExisting functionality works in Gutenberg50000
    wp-customer-reviewsyesExisting functionality works in Gutenberg60000
    simple-cssyesExisting functionality works in Gutenberg60000
    subscribe-to-commentsyesDoesn’t include editor functionality60000
    widget-contextyesDoesn’t include editor functionality60000
    capability-manager-enhancedyesDoesn’t include editor functionality60000
    meteor-slidesyesDoesn’t include editor functionality60000
    post-views-counteryesDoesn’t include editor functionality60000
    comprehensive-google-map-pluginyesDoesn’t include editor functionality60000
    printfriendlyyesDoesn’t include editor functionality60000
    html-on-pagesyesDoesn’t include editor functionality60000
    secure-wordpressyes60000
    ecwid-shopping-cartyesExisting functionality works in Gutenberg20000
    wp-rollbackyesDoesn’t include editor functionality50000
    widget-optionsyesDoesn’t include editor functionality50000
    feedwordpressyesExisting functionality works in Gutenberg50000
    no-page-commentyesDoesn’t include editor functionality50000
    wpssoyesExisting functionality works in Gutenberg10000
    nextgen-galleryyes1000000
    gutenbergyesExisting functionality works in Gutenberg6000
    wordpress-simple-paypal-shopping-cartyesExisting functionality works in Gutenberg40000
    wp-page-widgetyesExisting functionality works in Gutenberg40000
    ssh-sftp-updater-supportyesDoesn’t include editor functionality40000
    bookingyesExisting functionality works in Gutenberg40000
    meta-boxlikely_yesExisting functionality works in Gutenberg300000
    pirate-formslikely_yesExisting functionality works in Gutenberg200000
    recent-tweets-widgetlikely_yesExisting functionality works in Gutenberg200000
    rustolatlikely_yesSome editor UI is missing100000
    contact-form-pluginlikely_yesSome editor UI is missing100000
    addthislikely_yesExisting functionality works in Gutenberg200000
    gotmlslikely_yesExisting functionality works in Gutenberg200000
    wptouchlikely_yesDoesn’t include editor functionality200000
    themeisle-companionlikely_yesDoesn’t include editor functionality100000
    kirkilikely_yesDoesn’t include editor functionality100000
    easy-theme-and-plugin-upgradeslikely_yesDoesn’t include editor functionality100000
    wp-google-fontslikely_yesDoesn’t include editor functionality100000
    godaddy-email-marketing-sign-up-formslikely_yesDoesn’t include editor functionality100000
    adminimizelikely_yesDoesn’t include editor functionality200000
    wp-editlikely_yesExisting functionality works in Gutenberg100000
    wp-pollslikely_yesSome editor UI is missing100000
    image-widgetlikely_yesDoesn’t include editor functionality400000
    flamingolikely_yesDoesn’t include editor functionality300000
    php-code-widgetlikely_yesDoesn’t include editor functionality200000
    tablepresslikely_yesSome editor UI is missing600000
    instagram-feedlikely_yes500000
    iwp-clientlikely_yesDoesn’t include editor functionality400000
    black-studio-tinymce-widgetlikely_yesDoesn’t include editor functionality900000
    simple-optimizerlikely_yesDoesn’t include editor functionality3000
    dp-maintenance-mode-litelikely_yesDoesn’t include editor functionality0
    tabbed-loginlikely_yesDoesn’t include editor functionality3000
    cache-external-scriptslikely_yesDoesn’t include editor functionality3000
    protected-wp-loginlikely_yesDoesn’t include editor functionality3000
    updraftlikely_yesDoesn’t include editor functionality3000
    sitemap-indexlikely_yesDoesn’t include editor functionality3000
    google-analytics-pluginlikely_yesDoesn’t include editor functionality3000
    change-default-login-logo-url-and-titlelikely_yesDoesn’t include editor functionality3000
    userheatlikely_yesDoesn’t include editor functionality3000
    wp-activitylikely_yesDoesn’t include editor functionality3000
    openidlikely_yesDoesn’t include editor functionality3000
    google-analytics-adderlikely_yesDoesn’t include editor functionality3000
    wp-author-sluglikely_yesDoesn’t include editor functionality3000
    custom-login-page-wplikely_yesDoesn’t include editor functionality3000
    mailchimp-for-wplikely_yesDoesn’t include editor functionality1000000
    google-analytics-y-la-ley-de-cookieslikely_yesDoesn’t include editor functionality3000
    ezpz-one-click-backuplikely_yesDoesn’t include editor functionality0
    audience-analytics-by-quantcastlikely_yesDoesn’t include editor functionality3000
    google-news-sitemap-generatorlikely_yesDoesn’t include editor functionality3000
    automatic-wordpress-backuplikely_yesDoesn’t include editor functionality3000
    total-backuplikely_yesDoesn’t include editor functionality3000
    trackable-social-share-iconslikely_yesDoesn’t include editor functionality3000
    wp-login-logolikely_yesDoesn’t include editor functionality3000
    pretty-linklikely_yesSome editor UI is missing200000
    mainwp-childlikely_yesDoesn’t include editor functionality300000
    elementorlikely_yesSome editor UI is missing500000
    insert-headers-and-footerslikely_yesExisting functionality works in Gutenberg400000
    easy-google-fontslikely_yesExisting functionality works in Gutenberg300000
    duplicate-pagelikely_yesSome editor UI is missing400000
    ml-sliderlikely_yesSome editor UI is missing900000
    tawkto-live-chatlikely_yesDoesn’t include editor functionality100000
    duracelltomi-google-tag-managerlikely_yesDoesn’t include editor functionality100000
    wp-file-managerlikely_yesDoesn’t include editor functionality100000
    events-managerlikely_yesDoesn’t include editor functionality100000
    disqus-comment-systemlikely_yesExisting functionality works in Gutenberg200000
    woocommerce-gateway-paypal-express-checkoutlikely_yesDoesn’t include editor functionality400000
    genesis-simple-editslikely_yesSome editor UI is missing200000
    contact-widgetslikely_yesSome editor UI is missing500000
    woocommerce-gateway-stripelikely_yesDoesn’t include editor functionality300000
    woocommerce-serviceslikely_yesDoesn’t include editor functionality200000
    really-simple-ssllikely_yesDoesn’t include editor functionality700000
    social-networks-auto-poster-facebook-twitter-glikely_yes200000
    yith-woocommerce-wishlistlikely_yesDoesn’t include editor functionality500000
    tiny-compress-imageslikely_yesSome editor UI is missing100000
    widget-importer-exporterlikely_yesDoesn’t include editor functionality300000
    custom-facebook-feedlikely_yesDoesn’t include editor functionality200000
    menu-iconslikely_yesDoesn’t include editor functionality100000
    wordpress-23-related-posts-pluginlikely_yesSome editor UI is missing100000
    header-footerlikely_yesExisting functionality works in Gutenberg100000
    all-in-one-event-calendarlikely_yesDoesn’t include editor functionality100000
    easy-facebook-likeboxlikely_yesDoesn’t include editor functionality100000
    siteguardlikely_yesDoesn’t include editor functionality100000
    wp-add-custom-csslikely_yesExisting functionality works in Gutenberg100000
    download-managerlikely_yesDoesn’t include editor functionality100000
    google-language-translatorlikely_yesExisting functionality works in Gutenberg100000
    recent-posts-widget-with-thumbnailslikely_yesDoesn’t include editor functionality100000
    sydney-toolboxlikely_yesDoesn’t include editor functionality100000
    category-postslikely_yesExisting functionality works in Gutenberg90000
    white-label-cmslikely_yesDoesn’t include editor functionality100000
    visual-form-builderlikely_yesSome editor UI is missing100000
    woocommerce-pdf-invoices-packing-slipslikely_yesDoesn’t include editor functionality100000
    accelerated-mobile-pageslikely_yesSome editor UI is missing100000
    simple-job-boardlikely_yesSome editor UI is missing10000
    enhanced-media-librarylikely_yesExisting functionality works in Gutenberg, Doesn’t include editor functionality100000
    wp-lightbox-2likely_yesDoesn’t include editor functionality100000
    typeslikely_yesExisting functionality works in Gutenberg200000
    title-removerlikely_yesDoesn’t include editor functionality100000
    bbpresslikely_yesDoesn’t include editor functionality300000
    custom-permalinkslikely_yesSome editor UI is missing100000
    master-sliderlikely_yesSome editor UI is missing100000
    facebook-pagelike-widgetlikely_yesDoesn’t include editor functionality100000
    slideshow-jquery-image-gallerylikely_yesSome editor UI is missing100000
    hide-titlelikely_yesDoesn’t include editor functionality, Meta box doesn’t work as expected100000
    option-treelikely_yesDoesn’t include editor functionality100000
    yith-woocommerce-ajax-navigationlikely_yesDoesn’t include editor functionality100000
    facebook-comments-pluginlikely_yesDoesn’t include editor functionality100000
    responsive-menulikely_yesDoesn’t include editor functionality100000
    form-makerlikely_yesSome editor UI is missing100000
    wp-google-map-pluginlikely_yesDoesn’t include editor functionality100000
    wp-postratingslikely_yesDoesn’t include editor functionality100000
    google-maps-widgetlikely_yesDoesn’t include editor functionality100000
    spacerlikely_yesSome editor UI is missing100000
    wd-instagram-feedlikely_yesDoesn’t include editor functionality90000
    wp-all-importlikely_yesExisting functionality works in Gutenberg90000
    contact-form-7-dynamic-text-extensionlikely_yesDoesn’t include editor functionality80000
    wp-jquery-lightboxlikely_yesDoesn’t include editor functionality80000
    lazy-loadlikely_yesDoesn’t include editor functionality80000
    wordpress-popuplikely_yesDoesn’t include editor functionality70000
    really-simple-csv-importerlikely_yesDoesn’t include editor functionality70000
    movabletype-importerlikely_yesDoesn’t include editor functionality70000
    wp-security-scanlikely_yesDoesn’t include editor functionality70000
    advanced-wp-resetlikely_yesDoesn’t include editor functionality40000
    cache-enablerlikely_yesDoesn’t include editor functionality40000
    query-monitorlikely_yesDoesn’t include editor functionality40000
    check-emaillikely_yesDoesn’t include editor functionality30000
    visitors-traffic-real-time-statisticslikely_yesDoesn’t include editor functionality30000
    invisible-recaptchalikely_yesDoesn’t include editor functionality30000
    wassuplikely_yesDoesn’t include editor functionality30000
    site-is-offline-pluginlikely_yesDoesn’t include editor functionality30000
    contact-form-to-emaillikely_yesDoesn’t include editor functionality30000
    wp-resetlikely_yesDoesn’t include editor functionality30000
    google-xml-sitemaplikely_yesDoesn’t include editor functionality0
    protect-wp-adminlikely_yesDoesn’t include editor functionality30000
    erident-custom-login-and-dashboardlikely_yesDoesn’t include editor functionality30000
    crazy-bonelikely_yesDoesn’t include editor functionality30000
    debug-barlikely_yesDoesn’t include editor functionality30000
    smtp-mailerlikely_yesDoesn’t include editor functionality30000
    db-cache-reloaded-fixlikely_yesDoesn’t include editor functionality30000
    headspace2likely_yesDoesn’t include editor functionality30000
    wp-fail2banlikely_yesDoesn’t include editor functionality30000
    google-authenticatorlikely_yesDoesn’t include editor functionality30000
    oa-social-loginlikely_yesDoesn’t include editor functionality30000
    coming-soon-pagelikely_yesDoesn’t include editor functionality30000
    wp-google-analyticslikely_yesDoesn’t include editor functionality30000
    statifylikely_yesDoesn’t include editor functionality30000
    coming-soon-maintenance-mode-from-acuraxlikely_yesDoesn’t include editor functionality50000
    wp-mail-banklikely_yesDoesn’t include editor functionality50000
    nginx-helperlikely_yesDoesn’t include editor functionality50000
    exploit-scannerlikely_yesDoesn’t include editor functionality50000
    analytics-counterlikely_yesDoesn’t include editor functionality50000
    configure-smtplikely_yesDoesn’t include editor functionality50000
    uber-login-logolikely_yesDoesn’t include editor functionality50000
    sidebar-loginlikely_yesDoesn’t include editor functionality50000
    wp-htaccess-editorlikely_yesDoesn’t include editor functionality40000
    amazon-web-serviceslikely_yesDoesn’t include editor functionality40000
    minimal-coming-soon-maintenance-modelikely_yesDoesn’t include editor functionality40000
    newstatpresslikely_yesDoesn’t include editor functionality40000
    nk-google-analyticslikely_yesDoesn’t include editor functionality40000
    wp-clean-uplikely_yesDoesn’t include editor functionality40000
    wp-construction-modelikely_yesDoesn’t include editor functionality40000
    analytics-codelikely_yesDoesn’t include editor functionality40000
    baw-login-logout-menulikely_yesDoesn’t include editor functionality40000
    wp-limit-login-attemptslikely_yesDoesn’t include editor functionality40000
    hyper-cachelikely_yesDoesn’t include editor functionality40000
    dropbox-backuplikely_yesDoesn’t include editor functionality40000
    litespeed-cachelikely_yesDoesn’t include editor functionality200000
    login-lockdownlikely_yesDoesn’t include editor functionality200000
    wps-hide-loginlikely_yesDoesn’t include editor functionality200000
    anti-spamlikely_yesDoesn’t include editor functionality100000
    under-construction-pagelikely_yesDoesn’t include editor functionality100000
    contact-form-7-honeypotlikely_yesDoesn’t include editor functionality100000
    wp-dbmanagerlikely_yesDoesn’t include editor functionality100000
    rename-wp-loginlikely_yesDoesn’t include editor functionality100000
    theme-my-loginlikely_yesDoesn’t include editor functionality100000
    search-and-replacelikely_yesDoesn’t include editor functionality100000
    google-captchalikely_yesDoesn’t include editor functionality100000
    postman-smtplikely_yesDoesn’t include editor functionality0
    wp-slimstatlikely_yesDoesn’t include editor functionality100000
    password-protectedlikely_yesDoesn’t include editor functionality100000
    bwp-google-xml-sitemapslikely_yesDoesn’t include editor functionality100000
    nextend-facebook-connectlikely_yesDoesn’t include editor functionality100000
    ga-google-analyticslikely_yesDoesn’t include editor functionality100000
    vaultpresslikely_yesDoesn’t include editor functionality100000
    xml-sitemap-feedlikely_yesDoesn’t include editor functionality100000
    rvg-optimize-databaselikely_yesDoesn’t include editor functionality90000
    eu-cookie-lawlikely_yesDoesn’t include editor functionality90000
    bulletproof-securitylikely_yesDoesn’t include editor functionality90000
    tracking-code-managerlikely_yesDoesn’t include editor functionality80000
    peters-login-redirectlikely_yesDoesn’t include editor functionality80000
    backuplikely_yesDoesn’t include editor functionality80000
    login-customizerlikely_yesDoesn’t include editor functionality80000
    google-sitemap-pluginlikely_yesDoesn’t include editor functionality80000
    wordpress-database-resetlikely_yesDoesn’t include editor functionality80000
    custom-loginlikely_yesDoesn’t include editor functionality80000
    ultimate-coming-soon-pagelikely_yesDoesn’t include editor functionality80000
    ithemes-synclikely_yesDoesn’t include editor functionality80000
    sendgrid-email-delivery-simplifiedlikely_yesDoesn’t include editor functionality80000
    nextend-google-connectlikely_yesDoesn’t include editor functionality70000
    akeebabackupcorelikely_yesDoesn’t include editor functionality0
    maintenance-modelikely_yesDoesn’t include editor functionality0
    wp-piwiklikely_yesDoesn’t include editor functionality70000
    wordpress-social-loginlikely_yesDoesn’t include editor functionality70000
    limit-login-attempts-reloadedlikely_yesDoesn’t include editor functionality70000
    wp-cerberlikely_yesDoesn’t include editor functionality60000
    comet-cachelikely_yesDoesn’t include editor functionality60000
    wordpress-backup-to-dropboxlikely_yesDoesn’t include editor functionality0
    xcloner-backup-and-restorelikely_yesDoesn’t include editor functionality60000
    wp-smtplikely_yesDoesn’t include editor functionality60000
    ultimate-google-analyticslikely_yesDoesn’t include editor functionality60000
    responsive-add-onslikely_yesDoesn’t include editor functionality60000
    login-with-ajaxlikely_yesDoesn’t include editor functionality60000
    lockdown-wp-adminlikely_yesDoesn’t include editor functionality60000
    wp-database-backuplikely_yesDoesn’t include editor functionality60000
    better-delete-revisionlikely_yesDoesn’t include editor functionality60000
    varnish-http-purgelikely_yesDoesn’t include editor functionality60000
    pc-google-analyticslikely_yesDoesn’t include editor functionality0
    woocommerce-google-analytics-integrationlikely_yesDoesn’t include editor functionality60000
    wp-sweeplikely_yesDoesn’t include editor functionality60000
    login-logolikely_yesDoesn’t include editor functionality60000
    xml-sitemaps-for-videoslikely_yesDoesn’t include editor functionality60000
    wp-math-captchalikely_yesDoesn’t include editor functionality20000
    add-logo-to-adminlikely_yesDoesn’t include editor functionality20000
    wp-recaptcha-integrationlikely_yesDoesn’t include editor functionality20000
    gmail-smtplikely_yesDoesn’t include editor functionality20000
    advanced-database-cleanerlikely_yesDoesn’t include editor functionality20000
    tidio-live-chatlikely_yesDoesn’t include editor functionality20000
    import-users-from-csv-with-metalikely_yesDoesn’t include editor functionality20000
    a2-optimized-wplikely_yesDoesn’t include editor functionality30000
    yandex-metrikalikely_yesDoesn’t include editor functionality30000
    google-analytics-dashboardlikely_yesDoesn’t include editor functionality0
    wp-super-cache-clear-cache-menulikely_yesDoesn’t include editor functionality30000
    enhanced-e-commerce-for-woocommerce-storelikely_yesDoesn’t include editor functionality30000
    ip-geo-blocklikely_yesDoesn’t include editor functionality30000
    google-xml-sitemaps-v3-for-qtranslatelikely_yesDoesn’t include editor functionality30000
    google-image-sitemaplikely_yesDoesn’t include editor functionality30000
    post-smtplikely_yesDoesn’t include editor functionality30000
    rocket-maintenance-modelikely_yesDoesn’t include editor functionality30000
    squirrly-seolikely_yesDoesn’t include editor functionality30000
    wp-maintenancelikely_yesDoesn’t include editor functionality30000
    admin-custom-loginlikely_yesDoesn’t include editor functionality50000
    super-socializerlikely_yesDoesn’t include editor functionality50000
    lj-maintenance-modelikely_yesDoesn’t include editor functionality50000
    reset-wplikely_yesDoesn’t include editor functionality30000
    www-xml-sitemap-generator-orglikely_yesDoesn’t include editor functionality30000
    bwp-recaptchalikely_yesDoesn’t include editor functionality30000
    mailgunlikely_yesDoesn’t include editor functionality50000
    analytics-trackerlikely_yesDoesn’t include editor functionality5000
    google-video-sitemap-feed-with-multisite-supportlikely_yesDoesn’t include editor functionality5000
    post-hit-counterlikely_yesDoesn’t include editor functionality5000
    site-maintenance-modelikely_yesDoesn’t include editor functionality5000
    no-captcha-recaptcha-for-woocommercelikely_yesDoesn’t include editor functionality5000
    ultimate-landing-pagelikely_yesDoesn’t include editor functionality5000
    analytics360likely_yesDoesn’t include editor functionality0
    bot-block-stop-spam-google-analytics-referralslikely_yesDoesn’t include editor functionality5000
    xml-sitemap-xml-sitemapcouklikely_yesDoesn’t include editor functionality0
    miniorange-limit-login-attemptslikely_yesDoesn’t include editor functionality6000
    responsive-coming-soon-pagelikely_yesDoesn’t include editor functionality6000
    admin-brandinglikely_yesDoesn’t include editor functionality6000
    bws-google-analyticslikely_yesDoesn’t include editor functionality6000
    contact-form-7-image-captchalikely_yesDoesn’t include editor functionality6000
    google-analytics-masterlikely_yesDoesn’t include editor functionality6000
    responsive-coming-soonlikely_yesDoesn’t include editor functionality6000
    wp-email-templatelikely_yesDoesn’t include editor functionality6000
    spamreferrerblocklikely_yesDoesn’t include editor functionality6000
    ready-backuplikely_yesDoesn’t include editor functionality0
    simple-google-analytics-trackinglikely_yesDoesn’t include editor functionality5000
    social-connectlikely_yesDoesn’t include editor functionality5000
    maintenance-mode-pagelikely_yesDoesn’t include editor functionality7000
    google-mobile-sitemaplikely_yesDoesn’t include editor functionality7000
    disable-userslikely_yesDoesn’t include editor functionality7000
    easy-maintenance-mode-coming-soonlikely_yesDoesn’t include editor functionality7000
    two-factor-authenticationlikely_yesDoesn’t include editor functionality7000
    wp-email-smtplikely_yesDoesn’t include editor functionality7000
    duo-wordpresslikely_yesDoesn’t include editor functionality7000
    woopralikely_yesDoesn’t include editor functionality7000
    anti-captchalikely_yesDoesn’t include editor functionality7000
    xml-mapslikely_yesDoesn’t include editor functionality7000
    captcha-banklikely_yesDoesn’t include editor functionality7000
    google-analytics-opt-outlikely_yesDoesn’t include editor functionality6000
    simplemodal-loginlikely_yesDoesn’t include editor functionality6000
    jf3-maintenance-modelikely_yesDoesn’t include editor functionality0
    simple-analyticslikely_yesDoesn’t include editor functionality5000
    backup-wplikely_yesDoesn’t include editor functionality0
    bp-social-connectlikely_yesDoesn’t include editor functionality5000
    wordpress-backuplikely_yesDoesn’t include editor functionality0
    duplicator-clonelikely_yesDoesn’t include editor functionality5000
    uber-nocaptcha-recaptchalikely_yesDoesn’t include editor functionality5000
    custom-login-urllikely_yesDoesn’t include editor functionality5000
    easy-captchalikely_yesDoesn’t include editor functionality5000
    math-comment-spam-protectionlikely_yesDoesn’t include editor functionality7000
    google-xml-sitemaps-with-qtranslate-supportlikely_yesDoesn’t include editor functionality7000
    gm-block-botslikely_yesDoesn’t include editor functionality7000
    server-status-littlebizzylikely_yesDoesn’t include editor functionality7000
    heatmap-for-wplikely_yesDoesn’t include editor functionality7000
    backup-wdlikely_yesDoesn’t include editor functionality7000
    postmark-approved-wordpress-pluginlikely_yesDoesn’t include editor functionality7000
    launchpad-by-oboxlikely_yesDoesn’t include editor functionality7000
    smtplikely_yesDoesn’t include editor functionality7000
    login-security-solutionlikely_yesDoesn’t include editor functionality20000
    login-recaptchalikely_yesDoesn’t include editor functionality20000
    all-in-one-webmasterlikely_yesDoesn’t include editor functionality20000
    sns-count-cachelikely_yesDoesn’t include editor functionality20000
    baidu-sitemap-generatorlikely_yesDoesn’t include editor functionality20000
    miniorange-login-openidlikely_yesDoesn’t include editor functionality20000
    easy-pie-maintenance-modelikely_yesDoesn’t include editor functionality20000
    brute-force-login-protectionlikely_yesDoesn’t include editor functionality20000
    blogvault-real-time-backuplikely_yesDoesn’t include editor functionality20000
    udinra-all-image-sitemaplikely_yesDoesn’t include editor functionality20000
    simple-login-loglikely_yesDoesn’t include editor functionality20000
    gravity-forms-no-captcha-recaptchalikely_yesDoesn’t include editor functionality20000
    better-analyticslikely_yesDoesn’t include editor functionality20000
    far-future-expiry-headerlikely_yesDoesn’t include editor functionality20000
    sqlite-integrationlikely_yesDoesn’t include editor functionality20000
    loginpresslikely_yesDoesn’t include editor functionality20000
    xml-sitemapslikely_yesDoesn’t include editor functionality20000
    google-tag-managerlikely_yesDoesn’t include editor functionality20000
    username-changerlikely_yesDoesn’t include editor functionality20000
    google-universal-analyticslikely_yesDoesn’t include editor functionality20000
    accesspress-social-login-litelikely_yesDoesn’t include editor functionality20000
    geoip-detectlikely_yesDoesn’t include editor functionality10000
    host-analyticsjs-locallikely_yesDoesn’t include editor functionality10000
    downmllikely_yesDoesn’t include editor functionality10000
    wp-time-capsulelikely_yesDoesn’t include editor functionality10000
    ari-adminerlikely_yesDoesn’t include editor functionality10000
    simple-backuplikely_yesDoesn’t include editor functionality0
    clicky-analyticslikely_yesDoesn’t include editor functionality10000
    ws-google-webmaster-toolslikely_yesDoesn’t include editor functionality10000
    gtmetrix-for-wordpresslikely_yesDoesn’t include editor functionality10000
    reduce-bounce-ratelikely_yesDoesn’t include editor functionality10000
    contact-form-7-recaptcha-extensionlikely_yesDoesn’t include editor functionality10000
    coming-soon-wplikely_yesDoesn’t include editor functionality10000
    delete-revisionlikely_yesDoesn’t include editor functionality10000
    hc-custom-wp-admin-urllikely_yesDoesn’t include editor functionality20000
    check-and-enable-gzip-compressionlikely_yesDoesn’t include editor functionality20000
    wk-google-analyticslikely_yesDoesn’t include editor functionality20000
    vk-all-in-one-expansion-unitlikely_yesDoesn’t include editor functionality20000
    bm-custom-loginlikely_yesDoesn’t include editor functionality20000
    login-form-recaptchalikely_yesDoesn’t include editor functionality20000
    wp-backituplikely_yesDoesn’t include editor functionality20000
    simple-google-analyticslikely_yesDoesn’t include editor functionality20000
    igniteuplikely_yesDoesn’t include editor functionality20000
    redis-cachelikely_yesDoesn’t include editor functionality20000
    clickylikely_yesDoesn’t include editor functionality20000
    wponlinebackuplikely_yesDoesn’t include editor functionality0
    my-custom-csslikely_yesDoesn’t include editor functionality20000
    wordpress-resetlikely_yesDoesn’t include editor functionality20000
    wd-google-analyticslikely_yesDoesn’t include editor functionality20000
    easy-pie-coming-soonlikely_yesDoesn’t include editor functionality20000
    mailinlikely_yesDoesn’t include editor functionality20000
    cachifylikely_yesDoesn’t include editor functionality20000
    new-user-approvelikely_yesDoesn’t include editor functionality20000
    hummingbird-performancelikely_yesDoesn’t include editor functionality10000
    maintenance-pagelikely_yesDoesn’t include editor functionality10000
    wp-analytifylikely_yesDoesn’t include editor functionality10000
    super-simple-google-analyticslikely_yesDoesn’t include editor functionality10000
    my-wp-login-logolikely_yesDoesn’t include editor functionality0
    stop-spam-commentslikely_yesDoesn’t include editor functionality10000
    yith-maintenance-modelikely_yesDoesn’t include editor functionality10000
    piwik-analyticslikely_yesDoesn’t include editor functionality10000
    no-captcha-recaptchalikely_yesDoesn’t include editor functionality10000
    ptengine-real-time-web-analytics-and-heatmaplikely_yesDoesn’t include editor functionality10000
    stealth-login-pagelikely_yesDoesn’t include editor functionality10000
    contact-form-7-simple-recaptchalikely_yesDoesn’t include editor functionality10000
    gravity-forms-google-analytics-event-trackinglikely_yesDoesn’t include editor functionality10000
    simple-google-sitemap-xmllikely_yesDoesn’t include editor functionality10000
    lara-google-analyticslikely_yesDoesn’t include editor functionality10000
    crazyegg-heatmap-trackinglikely_yesDoesn’t include editor functionality10000
    ultimate-maintenance-modelikely_yesDoesn’t include editor functionality10000
    wp-google-analytics-eventslikely_yesDoesn’t include editor functionality10000
    mb-sitemap-generatorlikely_yesDoesn’t include editor functionality10000
    simple-maintenance-modelikely_yesDoesn’t include editor functionality10000
    cms-commander-clientlikely_yesDoesn’t include editor functionality10000
    captcha-code-authenticationlikely_yesDoesn’t include editor functionality10000
    goodbye-captchalikely_yesDoesn’t include editor functionality10000
    breezelikely_yesDoesn’t include editor functionality10000
    under-construction-wplikely_yesDoesn’t include editor functionality10000
    wordpress-importerlikely_yesDoesn’t include editor functionality4000000
    wp-super-cachelikely_yesDoesn’t include editor functionality2000000
    google-analytics-for-wordpresslikely_yesDoesn’t include editor functionality1000000
    updraftpluslikely_yesDoesn’t include editor functionality1000000
    google-analytics-dashboard-for-wplikely_yesDoesn’t include editor functionality1000000
    w3-total-cachelikely_yesDoesn’t include editor functionality1000000
    duplicatorlikely_yesDoesn’t include editor functionality1000000
    really-simple-captchalikely_yesDoesn’t include editor functionality1000000
    all-in-one-wp-migrationlikely_yesDoesn’t include editor functionality1000000
    wp-smushitlikely_yesDoesn’t include editor functionality1000000
    wp-mail-smtplikely_yesDoesn’t include editor functionality800000
    wp-optimizelikely_yesDoesn’t include editor functionality700000
    googleanalyticslikely_yesDoesn’t include editor functionality600000
    loginizerlikely_yesDoesn’t include editor functionality600000
    backwpuplikely_yesDoesn’t include editor functionality600000
    coming-soonlikely_yesDoesn’t include editor functionality600000
    workerlikely_yesDoesn’t include editor functionality600000
    wp-maintenance-modelikely_yesDoesn’t include editor functionality500000
    broken-link-checkerlikely_yesDoesn’t include editor functionality500000
    wp-fastest-cachelikely_yesDoesn’t include editor functionality500000
    wp-statisticslikely_yesDoesn’t include editor functionality400000
    maintenancelikely_yesDoesn’t include editor functionality400000
    better-search-replacelikely_yesDoesn’t include editor functionality300000
    wp-db-backuplikely_yesDoesn’t include editor functionality300000
    sg-cachepresslikely_yesDoesn’t include editor functionality300000
    wordpress-popular-postslikely_yesDoesn’t include editor functionality300000
    wp-clone-by-wp-academylikely_yesDoesn’t include editor functionality300000
    google-analyticatorlikely_yesDoesn’t include editor functionality300000
    backupwordpresslikely_yesDoesn’t include editor functionality200000
    easy-wp-smtplikely_yesDoesn’t include editor functionality200000
    wp-migrate-dblikely_yesDoesn’t include editor functionality200000
    yith-pre-launchlikely_yesDoesn’t include editor functionality8000
    wp-conditional-captchalikely_yesDoesn’t include editor functionality8000
    custom-login-logolikely_yesDoesn’t include editor functionality8000
    ninja-forms-recaptcha-fieldlikely_yesDoesn’t include editor functionality8000
    one-click-xml-sitemaplikely_yesDoesn’t include editor functionality8000
    wp-serverinfolikely_yesDoesn’t include editor functionality8000
    launcherlikely_yesDoesn’t include editor functionality8000
    8-degree-coming-soon-pagelikely_yesDoesn’t include editor functionality8000
    artiss-transient-cleanerlikely_yesDoesn’t include editor functionality8000
    simple-universal-google-analyticslikely_yesDoesn’t include editor functionality8000
    uloginlikely_yesDoesn’t include editor functionality8000
    coming-soon-by-supsysticlikely_yesDoesn’t include editor functionality8000
    google-no-captcha-recaptchalikely_yesDoesn’t include editor functionality8000
    tesla-login-customizerlikely_yesDoesn’t include editor functionality10000
    cimy-swift-smtplikely_yesDoesn’t include editor functionality10000
    cf7-databaselikely_yesDoesn’t include editor functionality10000
    redirect-after-loginlikely_yesDoesn’t include editor functionality10000
    header-footer-code-managerlikely_yesDoesn’t include editor functionality9000
    invisible-captchalikely_yesDoesn’t include editor functionality9000
    wp-login-recaptchalikely_yesDoesn’t include editor functionality9000
    user-activity-loglikely_yesDoesn’t include editor functionality9000
    wp-super-popuplikely_yesDoesn’t include editor functionality9000
    smart-google-code-inserterlikely_yesDoesn’t include editor functionality9000
    advanced-nocaptcha-recaptchalikely_yesDoesn’t include editor functionality9000
    mo-cachelikely_yesDoesn’t include editor functionality9000
    wp-manutencaolikely_yesDoesn’t include editor functionality9000
    wp-last-loginlikely_yesDoesn’t include editor functionality9000
    birds-custom-loginlikely_yesDoesn’t include editor functionality9000
    pie-registerlikely_yesDoesn’t include editor functionality9000
    nifty-coming-soon-and-under-construction-pagelikely_yesDoesn’t include editor functionality8000
    post-viewslikely_yesDoesn’t include editor functionality8000
    webriti-smtp-maillikely_yesDoesn’t include editor functionality10000
    backup-with-restorelikely_yesDoesn’t include editor functionality0
    disable-sitelikely_yesDoesn’t include editor functionality10000
    error-log-monitorlikely_yesDoesn’t include editor functionality10000
    captcha-on-loginlikely_yesDoesn’t include editor functionality0
    site-offlinelikely_yesDoesn’t include editor functionality10000
    analytics-for-wplikely_yesDoesn’t include editor functionality10000
    contact-form-7-recaptchalikely_yesDoesn’t include editor functionality10000
    simple-google-recaptchalikely_yesDoesn’t include editor functionality10000
    nextend-twitter-connectlikely_yesDoesn’t include editor functionality10000
    wp-facebook-loginlikely_yesDoesn’t include editor functionality10000
    plugins-garbage-collectorlikely_yesDoesn’t include editor functionality10000
    wcp-contact-formlikely_yesDoesn’t include editor functionality10000
    cc-coming-soonlikely_yesDoesn’t include editor functionality10000
    customize-login-imagelikely_yesDoesn’t include editor functionality10000
    wp-speed-of-lightlikely_yesDoesn’t include editor functionality10000
    sparkpostlikely_yesDoesn’t include editor functionality10000
    google-image-sitemap-feed-with-multisite-supportlikely_yesDoesn’t include editor functionality5000
    verify-ownershiplikely_yesDoesn’t include editor functionality5000
    ultimate-landing-page-and-coming-soon-pagelikely_yesDoesn’t include editor functionality5000
    cmp-coming-soon-maintenancelikely_yesDoesn’t include editor functionality5000
    ip-blacklist-cloudlikely_yesDoesn’t include editor functionality5000
    analytics-catlikely_yesDoesn’t include editor functionality5000
    wp-captcha-boosterlikely_yesDoesn’t include editor functionality4000
    recaptcha-in-wp-comments-formlikely_yesDoesn’t include editor functionality4000
    wp-complete-backuplikely_yesDoesn’t include editor functionality4000
    coming-soon-maintenance-mode-readylikely_yesDoesn’t include editor functionality0
    backup-schedulerlikely_yesDoesn’t include editor functionality4000
    facebookalllikely_yesDoesn’t include editor functionality4000
    cgc-maintenance-modelikely_yesDoesn’t include editor functionality4000
    video-xml-sitemap-generatorlikely_yesDoesn’t include editor functionality4000
    maintenance-mode-freelikely_yesDoesn’t include editor functionality4000
    wp-captchalikely_yesDoesn’t include editor functionality4000
    google-news-sitemaplikely_yesDoesn’t include editor functionality4000
    wp-fb-autoconnectlikely_yesDoesn’t include editor functionality4000
    chartbeatlikely_yesDoesn’t include editor functionality4000
    cartpauj-register-captchalikely_yesDoesn’t include editor functionality4000
    wp-spam-fighterlikely_yesDoesn’t include editor functionality4000
    add-to-alllikely_yesDoesn’t include editor functionality4000
    simple-ldap-loginlikely_yesDoesn’t include editor functionality4000
    temporary-login-without-passwordlikely_yesDoesn’t include editor functionality4000
    segmentiolikely_yesDoesn’t include editor functionality4000
    wp-gmail-smtplikely_yesDoesn’t include editor functionality4000
    complete-central-backuplikely_yesDoesn’t include editor functionality4000
    easy-google-analytics-for-wordpresslikely_yesDoesn’t include editor functionality4000
    force-email-loginlikely_yesDoesn’t include editor functionality4000
    under-construction-sitelikely_yesDoesn’t include editor functionality4000
    cf7-google-analyticslikely_yesDoesn’t include editor functionality4000
    ms-custom-loginlikely_yesDoesn’t include editor functionality4000
    web-ninja-google-analyticslikely_yesDoesn’t include editor functionality4000
    piwik-tracking-by-mente-binarialikely_yesDoesn’t include editor functionality3000
    wp-bouncerlikely_yesDoesn’t include editor functionality3000
    seriously-simple-statslikely_yesDoesn’t include editor functionality3000
    tracking-script-managerlikely_yesDoesn’t include editor functionality3000
    smart-maintenance-modelikely_yesDoesn’t include editor functionality3000
    yandexmetrikalikely_yesDoesn’t include editor functionality3000
    are-you-robot-recaptchalikely_yesDoesn’t include editor functionality3000
    login-and-logout-redirectlikely_yesDoesn’t include editor functionality3000
    chap-secure-loginlikely_yesDoesn’t include editor functionality3000
    formcraft-recaptchalikely_yesDoesn’t include editor functionality3000
    responsive-admin-maintenance-prolikely_yesDoesn’t include editor functionality3000
    perfectdashboardlikely_yesDoesn’t include editor functionality3000
    rublonlikely_yesDoesn’t include editor functionality3000
    blog-stats-by-w3counterlikely_yesDoesn’t include editor functionality3000
    when-last-loginlikely_yesDoesn’t include editor functionality4000
    protection-against-ddoslikely_yesDoesn’t include editor functionality3000
    gravitate-event-trackinglikely_yesDoesn’t include editor functionality3000
    xml-sitemap-generatorlikely_yesDoesn’t include editor functionality3000
    wp-approve-userlikely_yesDoesn’t include editor functionality3000
    whitelist-ip-for-limit-login-attemptslikely_yesDoesn’t include editor functionality3000
    branded-login-screenlikely_yesDoesn’t include editor functionality3000
    categories-imageslikely_yesExisting functionality works in Gutenberg80000
    soliloquy-litelikely_yesSome editor UI is missing80000
    cyr2latlikely_yesDoesn’t include editor functionality80000
    codepress-admin-columnslikely_yesDoesn’t include editor functionality90000
    easy-twitter-feed-widgetlikely_yesDoesn’t include editor functionality80000
    yikes-inc-easy-mailchimp-extenderlikely_yesSome editor UI is missing80000
    one-click-child-themelikely_yesDoesn’t include editor functionality80000
    wp-content-copy-protectorlikely_yesDoesn’t include editor functionality80000
    glue-for-yoast-seo-amplikely_yesDoesn’t include editor functionality70000
    spam-free-wordpresslikely_yesDoesn’t include editor functionality40000
    website-monetization-by-magenetlikely_yesDoesn’t include editor functionality50000
    font-awesome-4-menuslikely_yesDoesn’t include editor functionality50000
    social-icons-widget-by-wpzoomlikely_yesDoesn’t include editor functionality50000
    stop-spammer-registrations-pluginlikely_yesDoesn’t include editor functionality40000
    wp-content-copy-protectionlikely_yesDoesn’t include editor functionality40000
    top-10likely_yesExisting functionality works in Gutenberg40000
    accesspress-twitter-feedlikely_yesDoesn’t include editor functionality40000
    icegramlikely_yesDoesn’t include editor functionality40000
    wpidelikely_yesDoesn’t include editor functionality50000
    easy-smooth-scroll-linkslikely_yesDoesn’t include editor functionality50000
    post-thumbnail-editorlikely_yesDoesn’t include editor functionality50000
    twitterlikely_yesExisting functionality works in Gutenberg60000
    timthumb-vulnerability-scannerlikely_yesDoesn’t include editor functionality60000
    powerpresslikely_yesDoesn’t include editor functionality60000
    storefront-sticky-add-to-cartlikely_yesDoesn’t include editor functionality50000
    the-events-calendarlikely_yesExisting functionality works in Gutenberg600000
    editorial-calendarlikely_yesExisting functionality works in Gutenberg50000
    easy-bootstrap-shortcodeslikely_yesExisting functionality works in Gutenberg40000
    accesspress-social-counterlikely_yesExisting functionality works in Gutenberg40000
    media-library-assistantlikely_yesDoesn’t include editor functionality40000

    Updates on the list of compatible plugins

    In this sections, we add comments we receive from users that add detail to the list of compatible plugins above.

    The Gutenberg Plugin Compatibility site claims that the Polylang plugin is compatible with Gutenberg, which is not totally true, because it shows some quirks.
    The Polylang devs have even created a separate plugin to address this quirks until Gutenberg is merged into core: https://github.com/polylang/polylang-gutenberg

    sent in by Johan Grobbe on May 3, 2018

    If you find something that’s it helpful about any of the plugins, deemed compatible, just send us a note to pauli@gutenbergtimes.com or fill out the form below.

    3rd Party Page Builders

    In general, sites that use 3rd party page builders should not use Gutenberg on their live sites. All of the builders’ developers indicate that they are working on Gutenberg compatible versions, however as far as I can tell, they have yet to be released. They, too are waiting for a beta version of WordPress 5.0.

    Themes, not yet compatible

    Ephemeris

    Q: Will this theme be compatible with WP’s Gutenberg release?

     It will be. I’m testing some updated styles right now, that allow use of Gutenberg functionality like wide images. I’ll most likely add them to the theme very shortly. With that said though, they may change slightly while Gutenberg is still in development.

    Theme Author: Anthony Hortin

    Enfold

    As soon as a WP 5.0 Beta is released we probably will do. But I am willing to bet a good amount that this is not going to happen soon. I predict we have several months until a final release and at least a few until we get a core version that includes the Gutenberg plugin. However: once a Beta version is available we will be able to implement all changes we need to quickly. We got 2 new developers on board so it will probably take us a week or two to have a version for Enfold that works fine with Gutenberg. So what I am trying to say (basically): don’t worry we will take care of everything, no need for you to do anything else other than installing the latest Enfold version 😉

    4/18 official statement by Kriesi

    Avada

    ThemeFusion will ensure Avada will continue to be fully compatible with future WordPress versions and will always enhance it to provide extra features and functionality. We are here for our customers and always will be. Our current goals have not changed and we are very excited about what is coming in 2018. We are closely watching the progress of Gutenberg as we do with every WordPress update. Our team will stay on top of the milestones of the Gutenberg development and will make sure that you can enjoy the the familiar working experience with Avada for the years to come.

    Generate Press (Premium)

    Seems Gutenberg Editor works except for “Sections”. The Theme defaults to the Classic Editor.

    I’m kind of just waiting. There’s discussion happening within Gutenberg about creating a “Section” block.If they do that, we’ll wait until it’s possible to extend existing blocks, and will add our current Sections options to the existing Section block.If they don’t, we’ll likely build our own Sections block, however I’m not a big fan of that, as you’d likely lose your content if you switched themes.

    Tom Usborne, Theme Authors Generate Press

    Environment Issues

    Report incompatibilities

    If you know of other plugins or themes that don’t work with Gutenberg yet, please comment on this post or send me a private note via below form.


    If you are working for a nonprofit organization and need an assessment of your site’s Gutenberg readiness, our friends at WP4Good will be able to assist you.

    If you are working / owning business and you need help with testing and evaluation of your site’s Gutenberg readiness contact our team at Pauli Systems