| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/drnimrat/wp-content/themes/nimrat-care/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- End Google Tag Manager -->
<?php wp_head();?>
</head>
<?php
$current_page = get_queried_object();
if(!empty($current_page) && isset($current_page)) :
$post_name = $current_page->post_name ?? null;
if(!empty($post_name) && isset($post_name)) :
$post_class = $current_page->post_name;
else:
$post_class = '';
endif;
else:
$post_class = '';
endif;
?>
<body <?php body_class($post_class); ?>>
<header>
<nav class="navbar navbar-expand-lg nc-navbar">
<div class="container">
<?php if (function_exists('the_custom_logo')) {
the_custom_logo();
} ?>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<?php wp_nav_menu( array( 'theme_location' => 'nimrat-care-menu', 'menu_class' => 'nc-care-menu' ) ); ?>
</div>
</div>
</nav>
</header>