Last active
February 12, 2018 03:48
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_theme_support( 'align-wide' ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment