Title: Additional when Gutenberg is activated
Last modified: April 9, 2021

---

# Additional when Gutenberg is activated

 *  Resolved [summerbrother](https://wordpress.org/support/users/summerbrother/)
 * (@summerbrother)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/additional-when-gutenberg-is-activated/)
 * I have activated Gutenberg via function.php.
    When outputting the events and 
   venues, the comments are now enclosed by the Gutenberg blocks with additional
   <p>.
 * Original HTML in Editor
 *     ```
       <!-- wp:heading {"level":5} -->
       <h5>Headline</h5>
       <!-- /wp:heading -->
       ```
   
 * Output in Frontend
 *     ```
       <p><!-- wp:heading {"level":5} --></p>
       <h5>Headline</h5>
       <p><!-- /wp:heading --></p>
       ```
   
 * Has someone an idea?
    Thanks for help Achim
    -  This topic was modified 5 years, 1 month ago by [summerbrother](https://wordpress.org/support/users/summerbrother/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/additional-when-gutenberg-is-activated/#post-14316806)
 * Did you already try to add `define('EM_GUTENBERG', true);` in your wp-config.
   php?
 * [https://wp-events-plugin.com/blog/2018/12/06/wordpress-5-0-and-gutenberg-compatibility/](https://wp-events-plugin.com/blog/2018/12/06/wordpress-5-0-and-gutenberg-compatibility/)
 *  Thread Starter [summerbrother](https://wordpress.org/support/users/summerbrother/)
 * (@summerbrother)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/additional-when-gutenberg-is-activated/#post-14317114)
 * Yes I did. I wrote that i did in function.php, that is wrong. I did it in the
   wpconfig.php.
 * The Gutenberg ist active, even in Events and Venues.
    But the output is strange.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Additional when Gutenberg is activated’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [summerbrother](https://wordpress.org/support/users/summerbrother/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/additional-when-gutenberg-is-activated/#post-14317114)
 * Status: resolved