-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader-inner.php
More file actions
19 lines (19 loc) · 1007 Bytes
/
header-inner.php
File metadata and controls
19 lines (19 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<title>Waqar Hussain</title>
</head>
<body>
<header class="header">
<?php $logoimg = get_header_image(); ?>
<a href="<?php site_url('http://theme-development.test/'); ?> " class="logo">Waqar Hussain</a>
<?php
wp_nav_menu(array('theme_location'=>'primary-menu','menu_class'=>'nav'));
?>
</header>