Permalink
Cannot retrieve contributors at this time
neag/content-featured-news-secondary.php
Go to file<?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-## --> |