| Server IP : 104.26.4.103 / Your IP : 216.73.216.4 Web Server : nginx/1.27.1 System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : arabianexpress ( 1872) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v9321/leapdubai/public_html/wp-content/themes/printx/ |
Upload File : |
<?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 printx
*/
$blog_single_layout = get_theme_mod( 'blog_single_layout', '1' );
$printx_blog_single_template = function_exists('tpmeta_field')? tpmeta_field('printx_blog_single_template') : false;
$no_bread_blog;
if($printx_blog_single_template == '2' || $printx_blog_single_template == '3'){
$no_bread_blog = 'no-breadcrumb-blog';
} elseif ($blog_single_layout == '2' || $blog_single_layout == '3') {
$no_bread_blog = 'no-breadcrumb-blog';
} else {
$no_bread_blog = 'breadcrumb-blog';
}
$printx_scroll_indicator = function_exists('tpmeta_field')? tpmeta_field('printx_scroll_indicator') : 'off';
?>
<!doctype html>
<html <?php language_attributes();?>>
<head>
<meta charset="<?php bloginfo( 'charset' );?>">
<?php if ( is_singular() && pings_open( get_queried_object() ) ): ?>
<?php endif;?>
<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($no_bread_blog);?>>
<?php wp_body_open();?>
<?php if('on' == $printx_scroll_indicator) : ?>
<div id="scroll-indicator"></div>
<?php endif; ?>
<?php
$printx_preloader = get_theme_mod( 'header_preloader_switch', false );
$printx_backtotop = get_theme_mod( 'header_backtotop_switch', false );
?>
<?php if ( !empty( $printx_preloader ) ): ?>
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
</div>
</div>
<?php endif;?>
<?php if ( !empty( $printx_backtotop ) ): ?>
<button class="scroll-top scroll-to-target" data-target="html">
<i class="far fa-angle-double-up"></i>
</button>
<?php endif;?>
<!-- header start -->
<?php do_action( 'printx_header_style' );?>
<!-- header end -->
<!-- wrapper-box start -->
<?php do_action( 'printx_before_main_content' ); ?>