<div class="row" id="space">
<div class="text-center small-12 medium-12 medium-centered large-uncentered large-4 columns">
<?php
- the_block('mc-block-one',array(
- 'label' => __('Block One', 'text-domain'),
- 'type' => 'editor',
- 'apply_filters' => true
- ));
- ?>
+ $args = array( 'numberposts' => 1, 'category_name' => 'Our Latest Design' );
+ $lastposts = get_posts( $args );
+ foreach($lastposts as $post) : setup_postdata($post); ?>
+ <?php echo get_the_post_thumbnail($post->ID, array(298, 228), array('class' => 'aligncenter')); ?>
+ <a class="title-posts" href="<?php the_permalink(); ?>"><h2>Our Latest Design</h2></a>
+ <?php echo the_advanced_excerpt('length=20&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong&read_more='); ?>
+ <?php endforeach; ?>
</div>
<div class="text-center small-12 medium-12 medium-centered large-uncentered large-4 columns">
<?php
- the_block('mc-block-two',array(
- 'label' => __('Block Two', 'text-domain'),
- 'type' => 'editor',
- 'apply_filters' => true
- ));
- ?>
+ $args = array( 'numberposts' => 1, 'category_name' => 'New at Preston Feather' );
+ $lastposts = get_posts( $args );
+ foreach($lastposts as $post) : setup_postdata($post); ?>
+ <?php echo get_the_post_thumbnail($post->ID, array(298, 228), array('class' => 'aligncenter')); ?>
+ <a class="title-posts" href="<?php the_permalink(); ?>"><h2>New at Preston Feather</h2></a>
+ <?php echo the_advanced_excerpt('length=20&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong&read_more='); ?>
+ <?php endforeach; ?>
</div>
<div class="text-center small-12 medium-12 medium-centerecd large-uncentered large-4 columns">
<?php
- the_block('mc-block-three',array(
- 'label' => __('Block Three', 'text-domain'),
- 'type' => 'editor',
- 'apply_filters' => true
- ));
- ?>
+ $args = array( 'numberposts' => 1, 'category_name' => 'Seasonal Tips' );
+ $lastposts = get_posts( $args );
+ foreach($lastposts as $post) : setup_postdata($post); ?>
+ <?php echo get_the_post_thumbnail($post->ID, array(298, 228), array('class' => 'aligncenter')); ?>
+ <a class="title-posts" href="<?php the_permalink(); ?>"><h2>Seasonal Tips</h2></a>
+ <?php echo the_advanced_excerpt('length=20&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong&read_more='); ?>
+ <?php endforeach; ?>
</div>
</div>
<section class="row" id="print">
data-cycle-log="false"
>
<?php
-$args = array( 'numberposts' => 4 );
+$args = array( 'numberposts' => 4, 'category_name' => 'Preston Feather' );
$lastposts = get_posts( $args );
foreach($lastposts as $post) : setup_postdata($post); ?>
<div>