add adaptive functions
This commit is contained in:
17
header.php
17
header.php
@@ -4,8 +4,10 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title><?php wp_title('|', true, 'right');?></title>
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=8">
|
||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/burger-menu.js?ver=8"></script>
|
||||
<?php wp_head();?>
|
||||
</head>
|
||||
<body>
|
||||
@@ -35,10 +37,21 @@
|
||||
<ul id="header_icons">
|
||||
<li class="btn_search"></li>
|
||||
<li class="btn_rss"></li>
|
||||
</ul>
|
||||
<li class="toggle-nav"></li>
|
||||
</ul>
|
||||
|
||||
<nav class="menu main">
|
||||
<?php wp_nav_menu( array(
|
||||
'container_class' => 'main_main',
|
||||
'theme_location' => 'top',
|
||||
'menu_id' => 'gamburer_menu'
|
||||
) ); ?>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<?php $subclass = ''; ?>
|
||||
|
||||
<div id="main">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user