<!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="profile" href="https://gmpg.org/xfn/11">
<meta name="theme-color" content="#505050">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,600;0,700;1,400&family=Sora:wght@700&display=swap" rel="stylesheet">
<?php the_field('code_header', 'option'); ?>
<?php wp_head(); ?>
<?php
$accent_color = get_field( 'accent_color', 'options' ) ?: '#6777D9';
$accent_color_active = get_field( 'accent_color_active', 'options' ) ?: '#b20262';
$text_color = get_field( 'text_color', 'options' ) ?: '#505050';
$font_primary = get_field( 'font_primary', 'options' ) ?: 'Nunito Sans';
$font_secondary = get_field( 'font_secondary', 'options' ) ?: 'Sora';
?>
<style>
:root {
--default-font: '<?php echo esc_html_e( $font_primary ); ?>', helvetica, sans-serif;
--secondary-font: '<?php echo esc_html_e( $font_secondary ); ?>', helvetica, sans-serif;
--accent: <?php esc_html_e( $accent_color ); ?>;
--accent-active: <?php esc_html_e( $accent_color_active ); ?>;
--text: <?php esc_html_e( $text_color ); ?>;
}
</style>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php the_field('code_body', 'option'); ?>
<div id="page" class="site">
<a class="sr-only sr-only-focusable" href="#primary"><?php esc_html_e( 'Skip to content', 'dma' ); ?></a>
<header id="masthead" class="site-header">
<div class="header-inner">
<?php
$logo = get_custom_logo();
$acf_logo = get_field( 'acf_logo', 'options' );
?>
<?php if ( $acf_logo ) : ?>
<div class="site-branding">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<img src="<?php echo esc_url( $acf_logo ); ?>" alt="Logo">
</a>
</div>
<?php elseif ( $logo ) : ?>
<div class="site-branding">
<?php the_custom_logo(); ?>
</div>
<?php else: ?>
<div class="site-branding">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
<img src="<?php echo get_template_directory_uri() ?>/assets/img/logo.svg" alt="Logo">
</a>
</div>
<?php endif; ?>
<nav id="site-navigation" class="main-navigation">
<?php
wp_nav_menu(
array(
'theme_location' => 'menu-1',
'menu_id' => 'primary-menu',
'menu' => '',
'container' => false,
'menu_class' => 'main-menu',
'depth' => 3,
'before' => '',
'after' => '<span class="submenu-toggle"></span>',
)
);
?>
</nav>
<button type="button" class="menu-toggle">
<svg width="24px" height="24px" xmlns="http://www.w3.org/2000/svg" fill="#1E1E1E" viewBox="0 0 24 24">
<path class="menu-btn__open" d="M0 5a2 2 0 012-2h20a2 2 0 110 4H2a2 2 0 01-2-2zm0 7a2 2 0 012-2h20a2 2 0 110 4H2a2 2 0 01-2-2zm0 7a2 2 0 012-2h20a2 2 0 110 4H2a2 2 0 01-2-2z"></path>
</svg>
</button>
<div class="menu-overlay">
<button type="button" class="close-menu-btn">
<svg width="24px" height="24px" xmlns="http://www.w3.org/2000/svg" fill="#1E1E1E" viewBox="0 0 24 24">
<path class="menu-btn__close" d="M.67.67a2.289 2.289 0 000 3.237L8.763 12 .67 20.093a2.289 2.289 0 103.237 3.237L12 15.237l8.093 8.093a2.289 2.289 0 103.237-3.237L15.237 12l8.093-8.093A2.289 2.289 0 1020.093.67L12 8.763 3.907.67A2.289 2.289 0 00.67.67z"></path>
</svg>
</button>
</div>
</div>
</header>
<?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 eloboost
*/
?>
<!doctype html>
<html lang="ru-RU">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<?php wp_head(); ?>
<script type="9671edd05a9280bea72b5698-text/javascript" src="https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script>
</head>
<body data-spy="scroll" data-offset="70">
<?php body_class(); ?>
<?php wp_body_open(); ?>
<header class="header">
....
</header>
wp_head()
в header.php, вы раз за разом будете натыкаться на проблемы, у вас не будут работать нужные плагины и функции<title>
используйте хук wp_title
<?php
<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>
/**
* Enqueue custom styles.
*/
function sydney_custom_styles()
{
wp_register_style( 'custom_style', get_template_directory_uri() . '/css/style.css', array(), '1', 'all' );
wp_enqueue_style( 'custom_style' );
}
add_action( 'wp_enqueue_scripts', 'sydney_custom_styles' );
<script src="cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="289647b2cb96ab9a5e9bf23e-|49" defer=""></script>
<script type="text/javascript">(function(){window['__CF$cv$params']={r:'695ba6cd9cae5042',m:'ey6VuUDf3xvyh6Gosur0x3TQWeHiTo8dFnWclpvHX1g-1632818265-0-AbvrE/R1tbNYLakl0r066AMPKkbczclqwQxJVdMMTHrxYmXkCwqR0m6LKxV3ep9iSQSn9zpRyMRQ9be9ilAKQKNhyrZRvx9EVdMLjPf4RKeMm1f50m5gNiWvoFPKwuvY/g==',s:[0xcc3a5d96d7,0xb262f16a4d],u:'/cdn-cgi/challenge-platform/h/b'}})();</script>
<script src="https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.4.0/dist/lazyload.min.js" type="289647b2cb96ab9a5e9bf23e-text/javascript"></script>
\<script type="2ef1d8b03fb0311f9e134e45-text/javascript">
const boost_type = 'division_solo';
</script>
wp_enqueue_script()
. Если не файл, то можно использовать wp_add_inline_script()
wp_add_inline_script(function(){window['__CF$cv$params']={r:'698629eb0abe1622',m:'bntcHyx5zAqB54g6XSYKUiRo9c5pEdWCrYQwtnDE0b0-1633264037-0-AdVqq3vnvQhcm8Wfx/Hyu5tYrBOT3XiiQ3wssPolT9n6aV5ghVGAKmmzQXzfVdtoUnnbCPX1m2ROcGIMCkr7o46ltj62yzcb38X73zXYbyN8aPWx+3krK5zkYa9uTqghmw==',s:[0x427ec55d0a,0xbb104b4370],}})(););