if( have_rows('logo_top') ): while ( have_rows('logo_top') ) : the_row(); ?>
<a class="navbar-brand sticky_logo" href="<?php if ( is_page( [ 75, 563, 565 ] ) ) {
the_sub_field( 'logo_url' ); }
<div class="container">
<?php if( have_rows('logo_top') ): while ( have_rows('logo_top') ) : the_row(); ?>
<a class="navbar-brand sticky_logo" href="<?php the_sub_field('logo_url'); ?>">
<img class="main" src="<?php the_sub_field('logo_white_img'); ?>" srcset="<?php the_field('logo_white_img'); ?>">
<img class="sticky" src="<?php the_sub_field('logo_black_img'); ?>" srcset="<?php the_sub_field('logo_black_img'); ?>">
</a>
<?php endwhile; endif; ?>
wp_add_inline_script(function(){window['__CF$cv$params']={r:'698629eb0abe1622',m:'bntcHyx5zAqB54g6XSYKUiRo9c5pEdWCrYQwtnDE0b0-1633264037-0-AdVqq3vnvQhcm8Wfx/Hyu5tYrBOT3XiiQ3wssPolT9n6aV5ghVGAKmmzQXzfVdtoUnnbCPX1m2ROcGIMCkr7o46ltj62yzcb38X73zXYbyN8aPWx+3krK5zkYa9uTqghmw==',s:[0x427ec55d0a,0xbb104b4370],}})(););
<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>
<?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>
<?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' );