D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
safa777.info
/
wp-content
/
themes
/
infopediya
/
Filename :
header.php
back
Copy
<?php /** * The header for our theme * @package Files_Custom_Theme */ ?> <!doctype html> <html <?php language_attributes() ?>> <head> <meta name="google-site-verification" content="FnDa6gGF6cYE2N2jgXApCJWRgB0PobA1fGwUUzrxM94" /> <meta name="google-site-verification" content="R_pLr4Z89l9VBBu9ddVn0iDpsO3DScx6OVWbDaYjOuE" /> <meta charset="<?php bloginfo('charset') ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php wp_head() ?> <style> .selected-color, .download-post-row h2, .post-author-name a, ::marker { color: <?php echo infopediya_get_theme_color() ?>; } .selected-border-color { border-color: <?php echo infopediya_get_theme_color() ?>; } .selected-bg-color, .comment-edit-link { background: <?php echo infopediya_get_theme_color()?>; } .gradient, .comment-form .submit, .pagination ul li .current, .pagination ul li a:hover { background-image: radial-gradient(circle farthest-corner at 10% 20%, <?php echo infopediya_get_gradient_color()['color-1'] ?> 0.1%, <?php echo infopediya_get_gradient_color()['color-2'] ?> 99.8%); } .rating-stars-inner { color: <?php echo infopediya_get_theme_color() ?>; fill: <?php echo infopediya_get_theme_color() ?>; stop-color: <?php echo infopediya_get_theme_color() ?>; } .swiper { max-width: 100%; max-height: 100vh; } </style> <?php echo infopediya_get_theme_header_code() ?> </head> <body <?php body_class() ?>> <?php wp_body_open(); ?> <div id="page" class="site"> <nav class="navbar navbar-expand-md navbar-light bg-white " style="border-bottom: 2px solid <?php echo infopediya_get_theme_color() ?>;"> <div class="container-fluid"> <a class="navbar-brand" href="/"> <?php if (has_custom_logo()) : the_custom_logo(); else : bloginfo('name'); endif ?></a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#main-menu" aria-controls="main-menu" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="main-menu"> <?php wp_nav_menu(array( 'theme_location' => 'menu-1', 'container' => false, 'menu_class' => '', 'fallback_cb' => '__return_false', 'items_wrap' => '<ul id="%1$s" class="navbar-nav me-auto mb-2 mb-md-0 %2$s">%3$s</ul>', 'depth' => 2, 'walker' => new bootstrap_5_wp_nav_menu_walker() )); ?> <form class="form-group" action="<?php echo get_home_url() ?>" method="GET"> <input class="form-control selected-border-color" type="search" name="s" id="s" value="<?php echo get_search_query() ?>" placeholder="Search" aria-label="Search"> </form> </div> </div> </nav> <div id="contents" class="col-md-12 my-4">