Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
23b1b2bae4
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
8 lines (8 sloc) 246 Bytes
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail();
} ?>
<?php the_title( '<h4 class="entry-title">', '</h4>' ); ?>
</header>
</article>