<?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 WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ ?><!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="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"> <?php /* translators: Hidden accessibility text. */ _e( 'Skip to content', 'twentynineteen' ); ?> </a> <header id="masthead" class="<?php echo is_singular() && twentynineteen_can_show_post_thumbnail() ? 'site-header featured-image' : 'site-header'; ?>"> <div class="site-branding-container"> <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> </div><!-- .site-branding-container --> <?php if ( is_singular() && twentynineteen_can_show_post_thumbnail() ) : ?> <div class="site-featured-image"> <?php twentynineteen_post_thumbnail(); the_post(); $discussion = ! is_page() && twentynineteen_can_show_post_thumbnail() ? twentynineteen_get_discussion_data() : null; $classes = 'entry-header'; if ( ! empty( $discussion ) && absint( $discussion->responses ) > 0 ) { $classes = 'entry-header has-discussion'; } ?> <div class="<?php echo $classes; ?>"> <?php get_template_part( 'template-parts/header/entry', 'header' ); ?> </div><!-- .entry-header --> <?php rewind_posts(); ?> </div> <?php endif; ?> </header><!-- #masthead --> <div id="content" class="site-content">
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
classes | Folder | 0755 |
|
|
fonts | Folder | 0755 |
|
|
images | Folder | 0755 |
|
|
inc | Folder | 0755 |
|
|
js | Folder | 0755 |
|
|
sass | Folder | 0755 |
|
|
template-parts | Folder | 0755 |
|
|
.htaccess | File | 420 B | 0644 |
|
404.php | File | 846 B | 0644 |
|
archive.php | File | 1.21 KB | 0644 |
|
comments.php | File | 3.98 KB | 0644 |
|
footer.php | File | 1.58 KB | 0644 |
|
functions.php | File | 11.29 KB | 0644 |
|
header.php | File | 1.9 KB | 0644 |
|
image.php | File | 2.92 KB | 0644 |
|
index.php | File | 1.04 KB | 0644 |
|
package-lock.json | File | 259.58 KB | 0644 |
|
package.json | File | 1.52 KB | 0644 |
|
page.php | File | 766 B | 0644 |
|
postcss.config.js | File | 255 B | 0644 |
|
print.css | File | 3.86 KB | 0644 |
|
print.scss | File | 3.24 KB | 0644 |
|
readme.txt | File | 4.65 KB | 0644 |
|
screenshot.png | File | 171.42 KB | 0644 |
|
search.php | File | 1.33 KB | 0644 |
|
single.php | File | 1.85 KB | 0644 |
|
style-editor-customizer.css | File | 159 B | 0644 |
|
style-editor-customizer.scss | File | 158 B | 0644 |
|
style-editor.css | File | 78.02 KB | 0644 |
|
style-editor.scss | File | 18.77 KB | 0644 |
|
style-rtl.css | File | 221.79 KB | 0644 |
|
style.css | File | 221.98 KB | 0644 |
|
style.css.map | File | 15.35 KB | 0644 |
|
style.scss | File | 3.18 KB | 0644 |
|