| Server IP : 77.68.64.21 / Your IP : 216.73.216.219 Web Server : Apache System : Linux hp3-wp-1011378.hostingp3.local 3.10.0-1160.144.1.el7.tuxcare.els9.x86_64 #1 SMP Fri Jul 10 17:06:31 UTC 2026 x86_64 User : csh2668128 ( 2112425) PHP Version : 8.1.34 Disable Function : shell_exec,exec,system,popen,set_time_limit MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/domains/vol4/924/3261924/user/htdocs/wp-content/themes/holsworthyschool/ |
Upload File : |
<?php
/**
* The template for displaying the header
*
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="site">
<header id="masthead" class="site-header" role="banner">
<div class="container">
<div class="row">
<div class='col-lg-12 col-md-12'>
<a href='<?php print site_url(); ?>'>
<img class='headerlogo' src='<?php print get_template_directory_uri(); ?>/images/WebLogo.svg' />
</a>
</div>
<div class='col-lg-12 col-md-12'>
<div class='header-block'>
<div id="mobile-navigation-button">View Menu</div>
<?php
wp_nav_menu( array(
'menu' => 'Top Navigation'
) );
?>
</div>
</div>
</div>
</div><!-- .site-header-main -->
</header><!-- .site-header -->
<?php
/******************************* LATEST EVENTS **********************************/
//print get_post_type(get_the_ID())."---";
// if (!tribe_is_event_query()){
//
// $upcoming_posts = new WP_Query( array(
// 'post_type' => Tribe__Events__Main::POSTTYPE,
// 'posts_per_page' => '1',
// 'order' => 'ASC',
// 'orderby' => 'date'
//
// ));
//
// print "<div class='upcoming-event-block'>";
// print "<div class='upcoming-event-block-content'>";
// while ( $upcoming_posts->have_posts() )
// {
// $upcoming_posts->the_post();
// $title = get_the_title();
// $date = tribe_get_start_date();
// $link = get_permalink();
// echo "<span>Upcoming Date: </span> ".$title." - ".$date." <a title='View ".$title."' href='".$link."'>More info</a>";
// }
//
// wp_reset_query();
// print "</div>";
// print "</div>";
//
// }
?>
<div id="content" class="site-content">