query_posts('page_id=' . intval(get_option('contactpage'))); ?> <?php if (have_posts()) { ?> <?php while (have_posts()) { the_post(); ?> <h2 class="title"><?php the_title(); ?> </h2> <?php home_excerpt(intval(get_option('home_excerpt'))); ?> <?php } ?> <?php } ?> <div class="social"> <a href="<?php echo get_option('home'); ?> /feed" class="rss"></a> <a href="http://digg.com/submit?phase=2&url=<?php
<div class="entry-content row"> <div class="entry-text"> <h3 class="entry-title"><a href="<?php the_permalink(); ?> "><?php the_title(); ?> </a></h3> <ul class="entry-meta clearfix"> <?php colabs_post_meta(); ?> </ul> <?php echo home_excerpt(); ?> </div> </div> </article><!-- .entry-post --> <?php } } ?> <?php colabs_pagination(); ?> </div><!-- .main-content --> <aside class="primary-sidebar column col4"> <?php