HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/bristolfilton.co.uk/public_html/wp-content/themes/spidermag/header.php
<?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 Spidermag
 */

?><!DOCTYPE html>
<html <?php language_attributes(); ?> <?php spidermag_html_tag_schema(); ?> >
<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">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">

<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>

<?php 
	/**
	 * @see  spidermag_skip_links() - 5
	 */	
	do_action( 'spidermag_header_before' ); 

	/**
	 * @see  spidermag_top_header() - 15
	 * @see  spidermag_main_header() - 20
	 */
	do_action( 'spidermag_header' ); 

 	do_action( 'spidermag_header_after' ); 
?>



<?php if ( esc_attr( get_theme_mod('spidermag_breaking_news', 1 )) == 1){ ?>
    <div class="container">
        <div class="row">
            <div class="col-md-16 hot-news">
                <div class="row">
                    <div class="col-md-16">
                        <?php 
                            $breaking = esc_attr( get_theme_mod( 'spidermag_breaking_news_title_options' ,'no' ) );
                            if ($breaking == 'yes' ){ ?>
                            <span class="pull-left bre-latest"><?php echo esc_attr(get_theme_mod("spidermag_breaking_news_title","Latest News")); ?> :</span>
                        <?php } if ($breaking == 'no') { ?>
                            <span class="<?php echo esc_attr(get_theme_mod("spidermag_breaking_news_title","ion-ios7-timer")); ?> icon-news pull-left"></span>
                        <?php } ?>
                        <?php spidermag_render_spider_hot_news(); ?>
                    </div>
                </div><!-- row -->
            </div><!-- col-sm-16 -->
        </div><!-- row -->
    </div><!-- container -->
<?php } ?>