Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
274bc87bdd
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
10 lines (10 sloc) 374 Bytes
<article id="post-<?php the_ID(); ?>" <?php post_class('presspage-article presspage-small-image'); ?>>
<div class="row">
<div class="col-sm-12">
<header class="entry-header">
<a href="<?php the_permalink()?>"><?php the_title( '<h4 class="entry-title">', '</h4>' ); ?></a>
</header>
<?php the_content('Read more...'); ?>
</div>
</div>
</article>