|
@@ -267,7 +267,7 @@
|
|
|
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
|
|
<div class="col-sm-4">
|
|
|
<div class="studio-thumbnail">
|
|
|
- <?php $img_url = wp_get_attachment_image_src(get_post_thumbnail_id(),'medium'); ?>
|
|
|
+ <?php $img_url = wp_get_attachment_image_src(get_post_thumbnail_id(),'studio'); ?>
|
|
|
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img class="studio-thumb" src="<?php echo $img_url[0];?>" width="100%" alt="<?php the_title(); ?>"/></a>
|
|
|
</div>
|
|
|
<article class="studio">
|
|
@@ -330,6 +330,57 @@
|
|
|
</div>
|
|
|
<?php endwhile; ?>
|
|
|
</div>
|
|
|
+ <div class="row">
|
|
|
+ <?php query_posts('category_name=studio&offset=12&showposts=3'); ?>
|
|
|
+ <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <div class="studio-thumbnail">
|
|
|
+ <?php $img_url = wp_get_attachment_image_src(get_post_thumbnail_id(),'studio'); ?>
|
|
|
+ <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img class="studio-thumb" src="<?php echo $img_url[0];?>" width="100%" alt="<?php the_title(); ?>"/></a>
|
|
|
+ </div>
|
|
|
+ <article class="studio">
|
|
|
+ <div class="entry-content">
|
|
|
+ <h4 class="tight"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h4>
|
|
|
+ <?php dw_good_excerpt(110); ?>
|
|
|
+ </div>
|
|
|
+ </article>
|
|
|
+ </div>
|
|
|
+ <?php endwhile; ?>
|
|
|
+ </div>
|
|
|
+ <div class="row">
|
|
|
+ <?php query_posts('category_name=studio&offset=15&showposts=3'); ?>
|
|
|
+ <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <div class="studio-thumbnail">
|
|
|
+ <?php $img_url = wp_get_attachment_image_src(get_post_thumbnail_id(),'studio'); ?>
|
|
|
+ <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img class="studio-thumb" src="<?php echo $img_url[0];?>" width="100%" alt="<?php the_title(); ?>"/></a>
|
|
|
+ </div>
|
|
|
+ <article class="studio">
|
|
|
+ <div class="entry-content">
|
|
|
+ <h4 class="tight"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h4>
|
|
|
+ <?php dw_good_excerpt(110); ?>
|
|
|
+ </div>
|
|
|
+ </article>
|
|
|
+ </div>
|
|
|
+ <?php endwhile; ?>
|
|
|
+ </div>
|
|
|
+ <div class="row">
|
|
|
+ <?php query_posts('category_name=studio&offset=18&showposts=3'); ?>
|
|
|
+ <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <div class="studio-thumbnail">
|
|
|
+ <?php $img_url = wp_get_attachment_image_src(get_post_thumbnail_id(),'studio'); ?>
|
|
|
+ <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img class="studio-thumb" src="<?php echo $img_url[0];?>" width="100%" alt="<?php the_title(); ?>"/></a>
|
|
|
+ </div>
|
|
|
+ <article class="studio">
|
|
|
+ <div class="entry-content">
|
|
|
+ <h4 class="tight"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h4>
|
|
|
+ <?php dw_good_excerpt(110); ?>
|
|
|
+ </div>
|
|
|
+ </article>
|
|
|
+ </div>
|
|
|
+ <?php endwhile; ?>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<?php get_footer('home'); ?>
|