full width image support
This commit is contained in:
parent
5818929574
commit
e2f1f3442d
@ -5,6 +5,7 @@ add_action('after_setup_theme', 'slowtwitch_theme_support');
|
|||||||
|
|
||||||
function slowtwitch_theme_support() {
|
function slowtwitch_theme_support() {
|
||||||
add_theme_support('title-tag');
|
add_theme_support('title-tag');
|
||||||
|
add_theme_support( 'align-wide' );
|
||||||
}
|
}
|
||||||
|
|
||||||
// enqueue styles
|
// enqueue styles
|
||||||
|
Loading…
Reference in New Issue
Block a user