Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
EoD 05/27/15
  • Loading branch information
briandunnigan authored and briandunnigan committed May 27, 2015
1 parent 1d108dc commit 274bc87
Show file tree
Hide file tree
Showing 37 changed files with 17,597 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content-home-announcements.php
@@ -0,0 +1,10 @@
<article id="post-<?php the_ID(); ?>" <?php post_class('presspage-article presspage-small-image'); ?>>
<div class="row">
<div class="col-sm-12">
<header class="entry-header">
<a href="<?php the_permalink()?>"><?php the_title( '<h4 class="entry-title">', '</h4>' ); ?></a>
</header>
<?php the_content('Read more...'); ?>
</div>
</div>
</article>

0 comments on commit 274bc87

Please sign in to comment.