#wpseo_sitemap #sitemap_posts ul li ul li small {
font-size: 100% !important; }
-.guides {
+.dlGuides {
clear: both; }
.guide {
-->
<div id="blog-posts-over" class="small-12 medium-9 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php $status = get_post_status($post->ID); ?>
<div class="row content blog-posts-container">
<!-- <div class="small-11 small-centered columns"> -->
- <?php
+ <?php
if (has_post_thumbnail()) {
$image_data = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), "full");
echo '<a href="'.get_the_permalink().'" class="blog-featured-home small-12 medium-6" style="background-image:url('.$image_data[0].');"></a>';
<?php endwhile; else:?>
<p><?php _e('Sorry, no results found.');?></p>
<?php endif;?>
- <div class="row guides">
+ <div class="row dlGuides">
<div class="small-12 medium-6 large-3 columns guide">
<a href="<?php bloginfo('stylesheet_directory'); ?>/assets/guide_coolthings_2015.pdf">
<img src="<?php bloginfo('stylesheet_directory'); ?>/assets/guide_coolthings-2015.jpg">
#wpseo_sitemap #sitemap_posts ul li ul li small {
font-size: 100% !important;
}
-.guides{
+.dlGuides{
clear:both;
}
.guide{