PATH:
home
/
bkunreyz
/
public_html
/
fisstdir
/
wp-content
/
themes
/
eduexpert
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'eduexpert_contact_info' ) ) { eduexpert_contact_info(); }?> <header id="masthead" class="site-header float-header" role="banner"> <div class="head-wrap banner-background"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6 col-xs-12"> <?php if ( get_theme_mod('custom_logo') ) : $custom_logo_id = get_theme_mod( 'custom_logo' ); $logo_src = wp_get_attachment_image_src( $custom_logo_id , 'full' );?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr ( bloginfo('name') ); ?>"><img class="site-logo" src="<?php echo esc_url( $logo_src[0] ); ?>" /></a> <?php else : ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php esc_html( bloginfo( 'name' ) ); ?></a></h1> <h5 class="site-description"><?php esc_html( bloginfo( 'description' ) ); ?></h5> <?php endif; ?> </div> <div class="col-md-8 col-sm-6 col-xs-12"> <div class="btn-menu"></div> <nav id="site-navigation" class="site-navigation" role="navigation"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </nav><!-- #site-navigation --> </div> </div> </div> </div> </header> <div class="eduexpert-banner-area"> <?php if ( !empty (get_theme_mod('banner_overlay')) ) : ?> <div class="banner-overlay"></div> <?php endif; ?> <?php if( is_front_page() ) : $banner_type = get_theme_mod('banner_type', 'image'); if ( $banner_type == 'video' && is_front_page() ) : eduexpert_banner_video(); elseif ( $banner_type == 'carousel' && is_front_page() ) : eduexpert_banner_slider(); else : eduexpert_banner_background(); endif; else : ?> <div class="header-background other-header"> <?php if ( !empty (get_theme_mod('banner_bg_overlay')) ) : ?> <div class="other-banner-overlay"></div> <?php endif; ?> <div class="header-content other"> <?php if(function_exists('is_shop')) : ?> <h3 class="title-post entry-title"><?php wp_title(''); ?></h3> <?php else : ?> <h3 class="title-post entry-title"><?php wp_title(''); ?></h3> <?php endif; ?> <hr class="divider-separator"/> <?php if( get_theme_mod('show_breadcrumb', 1) != 0 ): ?> <div class = "breadcrumb" ><?php if (class_exists('WooCommerce')){ ( (is_woocommerce())? woocommerce_breadcrumb() : eduexpert_get_breadcrumb() ); }else{ eduexpert_get_breadcrumb(); }?></div> <?php endif; ?> </div> </div> <?php endif; ?> </div> <div id="content" class="page-wrap"> <div class="content-wrapper"> <div class="container">
[-] screenshot.png
[edit]
[-] single.php
[edit]
[-] sidebar.php
[edit]
[+]
images
[+]
css
[-] 404.php
[edit]
[-] style.css
[edit]
[-] searchform.php
[edit]
[+]
fonts
[-] header.php
[edit]
[-] index.php
[edit]
[+]
IMAGES USED
[-] search.php
[edit]
[-] functions.php
[edit]
[+]
..
[-] content-single.php
[edit]
[+]
recommend
[-] content-front-page.php
[edit]
[-] README.txt
[edit]
[-] footer.php
[edit]
[+]
template-files
[-] content.php
[edit]
[-] content-special.php
[edit]
[+]
dummy-data
[-] comments.php
[edit]
[-] page.php
[edit]
[-] archive.php
[edit]
[+]
js
[-] content-none.php
[edit]
[-] content-page.php
[edit]
[+]
includes
[-] home.php
[edit]