$sticky, 'ignore_sticky_posts' => 1 ) ); ?>
'; echo '

'; echo ''; the_title(); echo ''; echo '

'; echo ''; echo ''; get_template_part( 'inc/meta' ); echo ''; echo ''; if ( has_post_thumbnail() ) { the_post_thumbnail(array(100,100), array('class' => 'alignleft')); } $content = get_the_content('
Read the rest of the post.'); $content = preg_replace("/]+./", "", $content); echo $content; echo '
'; endwhile; else : echo "There are no sticky posts!"; endif; ?>
get_option( 'sticky_posts' ), 'posts_per_page'=>4 ) ); //query_posts( array( 'post__in' => get_posts( array('posts_per_page' => 4) ), 'ignore_sticky_posts' => 0 ) ); ?>
"; $counter=1; while ($the_query -> have_posts()) : $the_query -> the_post(); if($counter % 2) : $class = 'post-home-left span3'; else : $class = 'post-home-right span3'; endif; echo '
'; echo '

'; echo ''; the_title(); echo ''; echo '

'; echo ''; echo ''; get_template_part( 'inc/meta' ); echo ''; echo ''; if ( has_post_thumbnail() ) { the_post_thumbnail(array(100,100), array('class' => 'alignright')); } $content = get_the_content('
Read the rest of the post.'); $content = preg_replace("/]+./", "", $content); echo $content; echo '
'; $counter++; endwhile; ?>