Skip to content
Permalink
e2ce9b8464
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
6 lines (5 sloc) 381 Bytes
<?php if(has_post_thumbnail($post->ID)):?><img src = "<?php the_post_thumbnail_url(); ?>" alt = "" /><?php endif; ?>
<p><strong><?php the_title(); ?></strong></p>
<p><?php print substr(get_the_excerpt(), 0, 150); ?>. . .</p>
<p><em>Published: <?php print get_the_date(); ?></em></p>
<p><a href="<?php the_permalink(); ?>">read more</a></p>