• I hate gutenberg, It looks annoying the first thing i do after installing wp is disabling the gutenberg . Also as a developer it seems annoying never developed any post metabox for gutenberg don’t know how it will look , Now its first time i am going to develop for gutenberg hope everything gose well , Good luck to me

    • This topic was modified 3 years, 6 months ago by Codeies.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    In short, no. The block editor is the basis for a move to a completely block oriented WP experience.

    If you need a good shortcut to developing a block oriented site, look at Advanced Custom Fields Pro and the plugin https://wordpress.org/plugins/acf-blocks/. You can use them to easily create custom blocks using only PHP; it will take care of the javascript parts for you.

    There is a lot you can do to develop code without needing to write Javascript for blocks.
    You can also use older versions of WP. You can also use ClassicPress or Ghost.
    You can also use WordPress locally to generate a static site.

    > You can also use ClassicPress

    Wow. I had no idea there was a fork. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there any chance WordPress will remove gutenberg’ is closed to new replies.