You've already forked dementiewijs
Added WordPress files and DB dump
This commit is contained in:
28
wp/wp-content/themes/fabify/header.php
Normal file
28
wp/wp-content/themes/fabify/header.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<!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">
|
||||
<?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">
|
||||
<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'fabify' ); ?></a>
|
||||
|
||||
<?php if ( get_header_image() ) : ?>
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
|
||||
<img src="<?php header_image(); ?>" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt="">
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_template_part('sections/specia','header'); ?>
|
||||
|
||||
<?php get_template_part('sections/specia','navigation'); ?>
|
||||
|
||||
<div id="content" class="site-content" role="main">
|
||||
Reference in New Issue
Block a user