mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 19:25:44 +03:00
Add a custom image size for the logo
This commit is contained in:
parent
407dcc8d22
commit
6113ce0c7f
3 changed files with 13 additions and 3 deletions
|
@ -37,7 +37,9 @@ function setup() {
|
|||
|
||||
add_theme_support( 'wp-block-styles' );
|
||||
add_theme_support( 'editor-styles' );
|
||||
|
||||
add_theme_support( 'post-thumbnails' );
|
||||
add_image_size( 'pledge-logo', 660, 200 );
|
||||
|
||||
add_editor_style( 'css/style-editor.css' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue