Skip to content

Instantly share code, notes, and snippets.

@deshabhishek007
Created November 29, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshabhishek007/1a896200dd475504f474d9aae100cd79 to your computer and use it in GitHub Desktop.
Save deshabhishek007/1a896200dd475504f474d9aae100cd79 to your computer and use it in GitHub Desktop.
Code to insert in Themes Function.php
/*
* Adding Align wide support for Gutenberg
*/
add_theme_support( 'align-wide' );
/*
* Adding Blocks Style for Gutenberg
*/
add_theme_support( 'wp-block-styles' );
/*
* Adding responsive Embeds support for Gutenberg
*/
add_theme_support( 'responsive-embeds' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment