Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // functions.php
- function givehope_setup() {
- add_theme_support( 'custom-logo', array(
- 'height' => 250,
- 'width' => 250,
- 'flex-width' => true,
- 'flex-height' => true,
- ) );
- }
- add_action( 'after_setup_theme', 'givehope_setup' );
- // header logo
- <?php the_custom_logo(); ?>
Advertisement
Add Comment
Please, Sign In to add comment