File: /home/dwauav0tm6jp/hosted/palmetto_old/wp-content/themes/palmettomain/index.php
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div id="content" class="grid_14 alpha">
<div class="indent blank">
<article class="post-block">
<?php $loop = new WP_Query(array('post_type' => 'extra', 'posts_per_page' => 1)); ?>
<?php if ($loop->have_posts()): ?>
<?php while ($loop->have_posts()) : $loop->the_post(); ?>
<h2><?php the_title(''); ?></h2>
<?php the_excerpt(''); ?>
<div class="link"><a href="<?php the_permalink(); ?>">Read More</a></div>
<?php endwhile; ?>
<?php endif; ?>
</article>
</div>
</div><!--#content-->
<?php get_footer(); ?>