<?php get_header(); ?>
-<?php glm_get_header(); ?>
+<?php glm_get_featured(); ?>
<div id="crumb-line">
<div class="row">
<?php
}
if (has_post_thumbnail($post_id) && (!(is_home()) ) && (!(is_single())) && (!(is_archive())) && (!(is_search()))) {
- $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
- $imageUrl = '<div class="featured-image" style="background: url(\''.$image_data[0].'\') no-repeat scroll 0px 0px / cover;;"></div>';
+ $image_data = wp_get_attachment_image_src($post_id, "full");
+ $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.$image_data[0].'\') no-repeat scroll 0px 0px / cover;;"></div></div>';
} else {
- $imageUrl = '<div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/things-to-do.jpg\') no-repeat scroll 0px 0px / cover;;"></div>';
+ $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/things-to-do.jpg\') no-repeat scroll 0px 0px / cover;;"></div></div>';
}
return $imageUrl;
}
<?php get_header(); ?>
-<div class="featured-container">
- <?php echo glm_get_featured(); ?>
-</div>
+<?php echo glm_get_featured(); ?>
<div id="crumb-line">
<div class="row">
<?php
get_template_part('parts/glm-kitchen-sink');
} else { ?>
<div id="content-wrapper">
- <div class="featured-container">
- <?php echo glm_get_featured(); ?>
- </div>
+ <?php echo glm_get_featured(); ?>
<div id="crumb-line">
<div class="row">
<?php
<?php get_header(); ?>
-<div class="featured-container">
- <?php echo glm_get_featured(); ?>
-</div>
+<?php echo glm_get_featured(); ?>
<main class="search-results">
<div class="row">
<?php if (get_search_query() == "") { ?>
<?php get_header(); ?>
-<div class="featured-container">
- <?php echo glm_get_featured(); ?>
-</div>
+<?php echo glm_get_featured(); ?>
<?php if (!is_post_type("ai1ec_event")) { ?>
<div id="crumb-line">
<div class="row">