Permalink
Cannot retrieve contributors at this time
neag/content-featured-home.php
Go to file<?php | |
// This is used when viewing a featured home post. | |
?> | |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> | |
<header class="entry-header"> | |
<div class="image wrapper"> | |
<a href="<?php the_permalink() ?>"> | |
<?php the_post_thumbnail() ?> | |
</a> | |
</div> | |
<a href="<?php the_permalink() ?>"> | |
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> | |
</a> | |
</header><!-- .entry-header --> | |
<div class="entry-content clearfix subpage"> | |
</div><!-- .entry-content --> | |
</article><!-- #post-## --> |