??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pgtankstorage.sg/wp-content/themes/wise-news/header.php
⬅ Kembali
<?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 Wise News
*/
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<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>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#primary-content"><?php esc_html_e( 'Skip to content', 'wise-news' ); ?></a>
<div id="loader">
<div class="loader-container">
<div id="preloader">
<div class="pre-loader-6"></div>
</div>
</div>
</div><!-- #loader -->
<?php $topbar_enabled = get_theme_mod( 'wise_news_topbar_enabled', false ); ?>
<header id="masthead" class="site-header">
<?php if ( $topbar_enabled === true ): ?>
<div class="site-top-header">
<div class="site-container-width">
<div class="topbar-menu">
<?php
if ( has_nav_menu( 'secondary' ) ) {
wp_nav_menu(
array(
'menu_class' => 'secondary-menu',
'theme_location' => 'secondary',
)
);
}
?>
</div>
<div class="right-area">
<div class="social-icons">
<?php
if ( has_nav_menu( 'social' ) ) {
wp_nav_menu(
array(
'menu_class' => 'menu social-links',
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span>',
'theme_location' => 'social',
)
);
}
?>
</div>
<span class="header-date">
<div class="top-info">
<?php echo esc_html( wp_date( 'F j, Y' ) ); ?>
</div>
</span>
</div>
</div>
</div>
<?php endif; ?>
<div class="site-middle-header">
<?php if ( ! empty( get_header_image() ) ) { ?>
<div class="theme-header-img">
<img src="<?php echo esc_url( get_header_image() ); ?>" alt="<?php esc_attr_e( 'Header Image', 'wise-news' ); ?>">
</div>
<?php } ?>
<div class="site-container-width">
<div class="site-middle-header-wrapper">
<div class="site-branding">
<?php if ( has_custom_logo() ) { ?>
<div class="site-logo">
<?php the_custom_logo(); ?>
</div>
<?php
}
if ( get_theme_mod( 'wise_news_header_text_display', true ) === true ) {
?>
<div class="site-identity">
<?php if ( is_front_page() && is_home() ) : ?>
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<?php else : ?>
<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
<?php
endif;
$wise_news_description = get_bloginfo( 'description', 'display' );
if ( $wise_news_description || is_customize_preview() ) :
?>
<p class="site-description"><?php echo $wise_news_description; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p>
<?php
endif;
?>
</div>
<?php } ?>
</div><!-- .site-branding -->
<?php
$advertisement = get_theme_mod( 'wise_news_header_advertisement', '' );
$advertisement_url = get_theme_mod( 'wise_news_header_advertisement_url', '#' );
if ( ! empty( $advertisement ) ) {
?>
<div class="header-commercial-area">
<a href="<?php echo esc_url( $advertisement_url ); ?>">
<img src="<?php echo esc_url( $advertisement ); ?>" alt="<?php esc_attr_e( 'Advertisment Image', 'wise-news' ); ?>">
</a>
</div>
<?php } ?>
</div>
</div>
</div>
<div class="theme-main-header">
<div class="site-container-width">
<div class="theme-main-header-wrapper">
<div class="primary-nav">
<div class="primary-nav-container">
<div class="header-nav">
<nav id="site-navigation" class="main-navigation">
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</button>
<?php
if ( has_nav_menu( 'primary' ) ) {
wp_nav_menu(
array(
'theme_location' => 'primary',
'menu_id' => 'primary-menu',
)
);
}
?>
</nav><!-- #site-navigation -->
</div>
<div class="header-right">
<div class="header-search">
<div class="header-search-wrap">
<a href="#" title="Search" class="header-search-icon">
<i class="fa fa-search"></i>
</a>
<div class="header-search-form">
<?php get_search_form(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header><!-- #masthead -->
<div id="primary-content" class="primary-site-content">
<?php
if ( ! is_front_page() || is_home() ) {
if ( is_front_page() ) {
require get_template_directory() . '/inc/frontpage-sections/sections.php';
}
?>
<div id="content" class="site-content site-container-width">
<div class="theme-wrapper">
<?php } ?>
Nama
Tipe
Ukuran
Diubah
Aksi
📁 assets
dir
—
2026-06-20 23:30
📁 inc
dir
—
2026-05-26 00:30
📁 languages
dir
—
2026-05-26 00:30
📁 template-parts
dir
—
2026-05-26 00:30
🐘 404.php
php
1.1 KB
2026-05-26 00:30
🐘 archive.php
php
1.7 KB
2026-05-26 00:30
🐘 comments.php
php
2 KB
2026-05-26 00:30
🐘 footer.php
php
2.1 KB
2026-05-26 00:30
🐘 front-page.php
php
1.6 KB
2026-05-26 00:30
🐘 functions.php
php
7.3 KB
2026-05-26 00:30
🐘 header.php
php
5.8 KB
2026-05-26 00:30
🐘 home.php
php
2.2 KB
2026-05-26 00:30
🐘 index.php
php
1.7 KB
2026-05-26 00:30
🐘 page.php
php
896 B
2026-05-26 00:30
📝 readme.txt
txt
4.3 KB
2026-05-26 00:30
🖼️ screenshot.png
png
313.2 KB
2026-05-26 00:30
🐘 search.php
php
1.4 KB
2026-05-26 00:30
🐘 sidebar.php
php
368 B
2026-05-26 00:30
🐘 single.php
php
2.6 KB
2026-05-26 00:30
🎨 style.css
css
104.5 KB
2026-05-26 00:30