<div class=”small-12 large-12 columns”>
<?php $args2 = array(
‘posts_per_page’ => 4,
‘offset’ => 1,
‘category’ => 1,
‘orderby’ => ‘date’,
‘order’ => ‘DESC’,
‘post_type’ => ‘boletim’);
query_posts($args2);
if(have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”titulo2″><a href=”<?php the_permalink() ?>”><?php the_title(); ?></a></div>
<!– <div class=”small-12 large-12 columns”>
<?//php include (TEMPLATEPATH . ‘/inc/meta.php’ ); ?>
<?//php the_excerpt(); ?>
<hr>
</div> –>
<?php endwhile; ?>
<span class=”maiseventos”><a href=”<?php bloginfo(‘url’); ?>/eventos/”> </a></span>
<?php endif; ?>
</div>