| Server IP : 81.2.241.106 / Your IP : 216.73.216.165 Web Server : Apache/2.4.67 (Debian) System : Linux tranq-f.bakta.org 5.10.0-45-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : lisky ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/lisky/wp-content/themes/rock-n-rolla/ |
Upload File : |
<?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 Rock_N_Rolla
* @since Rock_N_Rolla 1.0
*/
?><!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="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'rock-n-rolla' ); ?></a>
<header id="masthead" class="site-header" role="banner">
<div class="search-form-wrapper">
<div class="container">
<div class="search-form-coantainer">
<?php get_search_form(); ?>
</div>
</div>
</div>
<div class="header-wrapper">
<div class="header-top">
<?php if ( has_header_image() ) { ?>
<img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" class="header-image" />
<?php } ?>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="site-branding">
<?php
if ( function_exists( 'the_custom_logo' ) ) {
the_custom_logo();
}
?>
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<p class="site-description"><?php bloginfo( 'description' ); ?></p>
</div><!-- .site-branding -->
</div>
<div class="col-md-6">
<ul id="mobile-icon" class="social-media">
<?php if ( get_theme_mod( 'rock_n_rolla_facebook_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_facebook_setting' ) ); ?>" title="<?php esc_attr_e('Facebook', 'rock-n-rolla'); ?>"><i class="fa fa-facebook"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_twitter_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_twitter_setting' ) ); ?>" title="<?php esc_attr_e('Twitter', 'rock-n-rolla'); ?>"><i class="fa fa-twitter"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_google_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_google_setting' ) ); ?>" title="<?php esc_attr_e('Google Plus', 'rock-n-rolla'); ?>"><i class="fa fa-google-plus"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_pinterest_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_pinterest_setting' ) ); ?>" title="<?php esc_attr_e('Pinterest', 'rock-n-rolla'); ?>"><i class="fa fa-pinterest"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_linkedin_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_linkedin_setting' ) ); ?>" title="<?php esc_attr_e('Linkedin', 'rock-n-rolla'); ?>"><i class="fa fa-linkedin"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_youtube_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_youtube_setting' ) ); ?>" title="<?php esc_attr_e('Youtube', 'rock-n-rolla'); ?>"><i class="fa fa-youtube"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_tumblr_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_tumblr_setting' ) ); ?>" title="<?php esc_attr_e('Tumbler', 'rock-n-rolla'); ?>"><i class="fa fa-tumblr"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_instagram_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_instagram_setting' ) ); ?>" title="<?php esc_attr_e('Instagram', 'rock-n-rolla'); ?>"><i class="fa fa-instagram"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_flickr_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_flickr_setting' ) ); ?>" title="<?php esc_attr_e('Flicker', 'rock-n-rolla'); ?>"><i class="fa fa-flickr"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_vimeo_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_vimeo_setting' ) ); ?>" title="<?php esc_attr_e('Vimeo', 'rock-n-rolla'); ?>"><i class="fa fa-vimeo-square"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_rss_setting' ) ){ ?>
<li><a href="<?php echo esc_url( get_theme_mod( 'rock_n_rolla_rss_setting' ) ); ?>" title="<?php esc_attr_e('RSS', 'rock-n-rolla'); ?>"><i class="fa fa-rss"></i></a></li>
<?php } ?>
<?php if ( get_theme_mod( 'rock_n_rolla_email_setting' ) ) : ?>
<li><a href="<?php esc_attr_e('mailto:', 'rock-n-rolla'); echo sanitize_email( get_theme_mod( 'rock_n_rolla_email_setting' ) ); ?>" title="<?php esc_attr_e('Email', 'rock-n-rolla'); ?>"><i class="fa fa-envelope"></i></a></li>
<?php endif; ?>
<li>
<div class="search-icon-wrapper">
<span id="search-icon"><i class="fa fa-search"></i></span>
</div>
</li>
</ul>
<div id="show-icons">
<i class="fa fa-angle-down"></i>
<i class="fa fa-angle-up hide-icons"></i>
</div>
</div>
</div>
</div>
</div>
<div class="header-bottom">
<div class="container">
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><i class="fa fa-bars"></i></button>
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_id' => 'primary-menu' ) ); ?>
</nav><!-- #site-navigation -->
</div>
</div>
</div>
</header><!-- #masthead -->
<?php if(is_home() || is_front_page()){
get_template_part( 'template-parts/slider' ) ;
get_template_part( 'template-parts/featured-articles' ) ;
} ?>
<div id="content" class="site-content">