<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Education_LMS */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'education-lms' ); ?></a> <header id="masthead" class="site-header"> <?php education_lms_header() ; ?> </header><!-- #masthead --> <div class="nav-form "> <div class="nav-content"> <div class="nav-spec"> <nav class="nav-menu"> <div class="mobile-menu nav-is-visible"><span></span></div> <?php wp_nav_menu( array( 'theme_location' => 'menu-1', 'menu_id' => 'primary-menu', 'after' => '<span class="arrow"></span>' ) ); ?> </nav> </div> </div> </div> <?php do_action('education_lms_header_titlebar') ; ?> <div id="content" class="site-content">
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
inc | Folder | 0755 |
|
|
learnpress | Folder | 0755 |
|
|
template-parts | Folder | 0755 |
|
|
404.php | File | 898 B | 0644 |
|
archive.php | File | 1.32 KB | 0644 |
|
comments.php | File | 2.01 KB | 0644 |
|
footer.php | File | 3.31 KB | 0644 |
|
fullwidth-template.php | File | 531 B | 0644 |
|
functions.php | File | 10.15 KB | 0644 |
|
header.php | File | 1.37 KB | 0644 |
|
index.php | File | 1.57 KB | 0644 |
|
page.php | File | 1.22 KB | 0644 |
|
readme.txt | File | 2.77 KB | 0644 |
|
screenshot.png | File | 230.88 KB | 0644 |
|
search.php | File | 1.77 KB | 0644 |
|
sidebar.php | File | 589 B | 0644 |
|
single.php | File | 1.51 KB | 0644 |
|
style.css | File | 63.09 KB | 0644 |
|
woocommerce.php | File | 408 B | 0644 |
|