Permalink
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> |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.