Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zgordon/6017c3d0e96791c6942654dbc09c4bf0 to your computer and use it in GitHub Desktop.
Save zgordon/6017c3d0e96791c6942654dbc09c4bf0 to your computer and use it in GitHub Desktop.
This will add theme support for wide and full width blocks in the Gutenberg editor. This does not include the necessary CSS to style these blocks properly on the front end.
<?php
add_theme_support( 'align-wide' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment