HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
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(); ?>