Example #1
0
		<?php 
if (get_theme_mod('search_toggle')) {
    ?>
		<div class="header-search">
			<?php 
    get_search_form();
    ?>
		</div>
		<?php 
}
?>
	</div>

	<div class="svg-container nav-svg svg-block">
		<?php 
oblique_svg_3();
?>
	</div>
	<header id="masthead" class="site-header" role="banner">
		<div class="overlay"></div>
		<div class="container">
			<div class="site-branding">
	        <?php 
if (get_theme_mod('site_logo') && get_theme_mod('logo_style', 'hide-title') == 'hide-title') {
    //Show only logo
    ?>
				<a href="<?php 
    echo esc_url(home_url('/'));
    ?>
" title="<?php 
    echo esc_attr(get_bloginfo('name'));
Example #2
0
    ?>

			<div class="svg-container svg-block page-header-svg">
				<?php 
    oblique_svg_1();
    ?>
			</div>
			<header class="page-header">			
				<?php 
    the_archive_title('<h1 class="page-title">', '</h1>');
    the_archive_description('<div class="taxonomy-description">', '</div>');
    ?>
			</header><!-- .page-header -->
			<div class="svg-container svg-block page-header-svg">
				<?php 
    echo oblique_svg_3();
    ?>
			</div>				

			<div id="ob-grid" class="grid-layout">
			<?php 
    while (have_posts()) {
        the_post();
        ?>

				<?php 
        /* Include the Post-Format-specific template for the content.
         * If you want to override this in a child theme, then include a file
         * called content-___.php (where ___ is the Post Format name) and that will be used instead.
         */
        get_template_part('content', get_post_format());