Skip to content
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 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-## -->