kalponikoronno

custom logo

Apr 1st, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. // functions.php
  2.  
  3. function givehope_setup() {
  4.     add_theme_support( 'custom-logo', array(
  5.         'height'      => 250,
  6.         'width'       => 250,
  7.         'flex-width'  => true,
  8.         'flex-height' => true,
  9.     ) );
  10. }  
  11. add_action( 'after_setup_theme', 'givehope_setup' );   
  12.  
  13.  
  14.  
  15. // header logo
  16.  
  17. <?php the_custom_logo(); ?>
Advertisement
Add Comment
Please, Sign In to add comment