Skip to content

Instantly share code, notes, and snippets.

@TanvirAmi
Created August 7, 2023 16:03
Show Gist options
  • Save TanvirAmi/19cfa45ac79c69c856bc7b9b8940dc84 to your computer and use it in GitHub Desktop.
Save TanvirAmi/19cfa45ac79c69c856bc7b9b8940dc84 to your computer and use it in GitHub Desktop.
<?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