Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?php
// This is used when viewing a featured news post.
?>
<article id="post-<?php the_ID(); ?>" class="news-archive-featured-secondary">
<header class="entry-header">
<div class="image-wrapper">
<a href="<?php the_permalink() ?>"> <?php the_post_thumbnail() ?> </a>
</div>
<div class="title-wrapper">
<a href="<?php the_permalink() ?>"><?php the_title( '<h1 class="entry-title">', '</h1>' ); ?></a>
</div>
</header><!-- .entry-header -->
<div class="entry-content clearfix subpage">
</div><!-- .entry-content -->
</article><!-- #post-## -->