+<?php if (is_single()) { ?>
<article id="<?php the_ID()?>" <?php post_class()?>>
<header class="entry-header">
<h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
<span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
</header>
<?php echo the_content(); ?>
- </article>
\ No newline at end of file
+ </article>
+<?php } else { ?>
+ <article id="<?php the_ID()?>" <?php post_class()?>>
+ <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
+ <div class="blog-excerpt-date">
+ Posted on <strong><?php the_time('F jS, Y'); ?></strong>
+ </div>
+ <?php echo the_advanced_excerpt('length=265&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>
+ <!-- <hr class="contentBreak">-->
+ </article>
+<?php } ?>
+
\ No newline at end of file
/*
-Theme Name: PetosegaRebuild
+Theme Name: GenericCampPetosegaFoundation6
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
-Description: A theme for PetosegaRebuild
+Description: A theme based off CampPetosega in Foundation 6 format
Version: 1.0
*/