‘menu_order’, ‘container_class’ => ‘menu-header’ ) );

Note: menu-order is the css class for the menu – style accordingly in style.css

Custom Header Management
Add to functions.php:

define( ‘HEADER_IMAGE’, ‘%s/images/logo.png’ ); // logo located in your theme folder
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ”, 770 ) ); // Width
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ”, 153 ) ); // Height
define( ‘NO_HEADER_TEXT’, true );
add_custom_image_header( ”, ‘admin_header_style’ ); // Enables the Appearance > Header
// For Styling the Admin Side
if ( ! function_exists( ‘admin_header_style’ ) ) :
function admin_header_style() {
?>

}
endif;

Add php header_image(); in header.php

Automatic Header ImageFeed Links
Add to functions.php.

Add Support For Post Thumbnail Images
Add to functions.php:

Add: php the_post_thumbnail(); to template to call the featured image.

Custom Backgrounds
Add to functions.php