<div class="frontpage_featured_item"> <a href="<?php the_permalink(); ?> "> <?php get_template_part('parts/image', '375_225'); ?> </a> <h3><a href="<?php the_permalink(); ?> "><?php get_template_part('parts/title', 'page'); ?> </a></h3> <?php $the_excerpt = the_excerpt(); if (!empty($the_excerpt)) { the_excerpt(); } else { n_clear(8); } ?> </div>
<div id="post-<?php the_ID(); ?> " <?php post_class('blog_featured_wrap'); ?> > <?php get_template_part('parts/image', '740_420'); n_clear(); ?> <h2 class="blog_feature_title"><a href="<?php the_permalink(); ?> "><?php get_template_part('parts/title', 'post'); ?> </a></h2> <?php get_template_part('parts/blog', 'meta_line'); the_content(__('Read more...', 'nimbus')); get_template_part('parts/blog', 'tax'); ?> </div>
<?php n_clear(25); ?> <h2 class="post_title"> <?php get_template_part('parts/title', 'page'); ?> </h2> <?php get_template_part('parts/image', '1170_640'); get_template_part('parts/image', 'caption'); ?> <div class="clear30"></div>