<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } else { do_action( 'wp_body_open' ); } ?> <!-- Preloader --> <?php get_template_part( 'templates/header/preloader' ); ?> <!-- Page Wrapper --> <div id="page-wrap"> <!-- Boxed Wrapper --> <div id="page-header" <?php echo esc_attr(ashe_options( 'general_header_width' )) === 'boxed' ? 'class="boxed-wrapper"': ''; ?>> <?php // Top Bar get_template_part( 'templates/header/top', 'bar' ); // Page Header get_template_part( 'templates/header/page', 'header' ); // Main Navigation get_template_part( 'templates/header/main', 'navigation' ); ?> </div><!-- .boxed-wrapper --> <!-- Page Content --> <div class="page-content"> <?php // Featured Slider and Links $post_meta = get_post_meta(get_the_ID()); if ( is_front_page() && (isset($post_meta['_wp_page_template']) && 'elementor_header_footer' === $post_meta['_wp_page_template'][0]) ) { // Featured Slider, Carousel if ( ashe_options( 'featured_slider_label' ) === true && ashe_options( 'featured_slider_location' ) !== 'blog' ) { if ( ashe_options( 'featured_slider_source' ) === 'posts' ) { get_template_part( 'templates/header/featured', 'slider' ); } else { get_template_part( 'templates/header/featured', 'slider-custom' ); } } // Featured Links, Banners if ( ashe_options( 'featured_links_label' ) === true && ashe_options( 'featured_links_location' ) !== 'blog' ) { get_template_part( 'templates/header/featured', 'links' ); } } ?> <?php get_template_part( 'templates/sidebars/sidebar', 'alt' ); // Sidebar Alt ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
inc | Folder | 0755 |
|
|
languages | Folder | 0755 |
|
|
templates | Folder | 0755 |
|
|
404.php | File | 294 B | 0644 |
|
comments.php | File | 1.43 KB | 0644 |
|
footer.php | File | 1.89 KB | 0644 |
|
functions.php | File | 31.64 KB | 0644 |
|
header.php | File | 1.99 KB | 0644 |
|
index.php | File | 1.36 KB | 0644 |
|
page.php | File | 2.11 KB | 0644 |
|
readme.txt | File | 4.74 KB | 0644 |
|
rtl.css | File | 7.03 KB | 0644 |
|
screenshot.jpg | File | 703 KB | 0644 |
|
single.php | File | 1.24 KB | 0644 |
|
style.css | File | 55.43 KB | 0644 |
|