How to get customable image header?
Add the below code in functions.php File of your theme. It will tells your theme to support custom headers: $defaults = array( ‘default-image’ => ”, ‘width’ => 0, ‘height’ => 0, ‘flex-height’ => false, ‘flex-width’ => false, ‘uploads’ => true, ‘random-default’ => false, ‘header-text’ => true, ‘default-text-color’ => ”, ‘wp-head-callback’ => ”, ‘admin-head-callback’ => ”, … Read more