Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
nadia.abasa.com
/
wp-content
/
themes
/
consultia
/
Filename :
header.php
back
Copy
<?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 consultia */ ?> <!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"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700&display=swap" rel="stylesheet"> <?php wp_head();?> </head> <body <?php body_class();?>> <?php wp_body_open();?> <?php $consultia_preloader = get_theme_mod( 'consultia_preloader', false ); $consultia_backtotop = get_theme_mod( 'consultia_backtotop', false ); $consultia_preloader_logo = get_template_directory_uri() . '/assets/img/favicon.png'; $preloader_logo = get_theme_mod('preloader_logo', $consultia_preloader_logo); ?> <?php if ( !empty( $consultia_preloader ) ): ?> <!--=====Preloader start=======--> <div class="preloader"> <div class="loader"></div> </div> <!--=====Preloader end=======--> <?php endif;?> <?php if ( !empty( $consultia_backtotop ) ): ?> <!--=====Up arrow start=======--> <div class="progress-wrap"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" /> </svg> </div> <!--=====Up arrow end=======--> <?php endif;?> <!-- header start --> <?php do_action( 'consultia_header_style' );?> <!-- header end --> <!-- wrapper-box start --> <?php do_action( 'consultia_before_main_content' );?>