On February 27, 2014 at 9:20 am
replace those css lines with this:
.home .lay1 .post_content{display:none;}
.home .lay1 .hentry{width: 314px!important;padding: 0px!important; }
.home .lay1 .imgwrap img, .lay1 .imgwrap{width: 314px!important;}
And then open u layout1.php and add this:
<?php if(is_front_page()) {
$args = array(
'post_type' => 'post',
'paged' => ( get_query_var('paged') ? get_query_var('paged') : 1),
'posts_per_page' => '3');
query_posts($args);
} ?>
before this:
<?php if(have_posts()): ?><?php while(have_posts()): ?><?php the_post(); ?>