* hard-coded <title> tag in the document head, and expect WordPress to
* provide it for us.
*/
- add_theme_support( 'title-tag' );
+ // add_theme_support( 'title-tag' );
/*
* Enable support for Post Thumbnails on posts and pages.
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
-
+<title><?php wp_title();?></title>
<?php wp_head(); ?>
-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<style>
-
<?php // Hide View Full Profile button on Author/User page
if (is_author()) { echo '
h3.view-full{
}
';
} ?>
-
+
<?php // Adjust checkboxes spacing
if (is_page('16')) { echo '
#field_6_10 .gfield_label,
if (is_single() && 'post' == get_post_type() || is_author() ){
echo '
-
+
hero-header {
height: 215px;
}
-
-
-
+
+
+
@media only screen and (min-width: 64.0625em)
{
.hero-header {
?>
-
-
-
-
-
</style>
-
-
-
</head>
-
<body <?php body_class(); ?>>
<div class="off-canvas-wrapper">
<div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>