header.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * The header.
  4. *
  5. * This is the template that displays all of the <head> section and everything up until main.
  6. *
  7. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
  8. *
  9. * @package WordPress
  10. * @subpackage Twenty_Twenty_One
  11. * @since Twenty Twenty-One 1.0
  12. */
  13. ?>
  14. <!doctype html>
  15. <html <?php language_attributes(); ?> <?php twentytwentyone_the_html_classes(); ?>>
  16. <head>
  17. <meta charset="<?php bloginfo( 'charset' ); ?>" />
  18. <meta name="viewport" content="width=device-width, initial-scale=1" />
  19. <?php wp_head(); ?>
  20. <?php echo basic_wp_seo(); ?>
  21. </head>
  22. <body <?php body_class(); ?>>
  23. <div style="z-index:9999" class="cr cr-top cr-right cr-sticky cr-black">#StandWithUkraine</div>
  24. <!-- <div style="z-index:9999" class="cl cl-top cl-right cl-sticky cl-white">Support Israel</div> -->
  25. <?php wp_body_open(); ?>
  26. <div id="page" class="site">
  27. <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'twentytwentyone' ); ?></a>
  28. <?php get_template_part( 'template-parts/header/site-header' ); ?>
  29. <div id="content" class="site-content">
  30. <div id="primary" class="content-area">
  31. <main id="main" class="site-main">