Created
August 7, 2023 16:03
-
-
Save TanvirAmi/19cfa45ac79c69c856bc7b9b8940dc84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Header Template | |
* | |
* @package webify | |
* @since 1.0 | |
*/ | |
?> | |
<!doctype html> | |
<html class="no-js" <?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"> | |
<?php wp_head(); ?> | |
</head> | |
<body <?php body_class(); ?>> | |
<?php wp_body_open(); ?> | |
<?php webify_loader('loader-logo', get_theme_file_uri('assets/img/logo-dark.png')); ?> | |
<?php webify_header_style(webify_get_opt('wf-header-style')); ?> | |
<?php webify_page_header_style('default'); ?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment