Sha256: a912bbf7d7da08849c1202d06e05b78862a1d0e5c8cc914c85882d3eddf02be4

Contents?: true

Size: 321 Bytes

Versions: 13

Compression:

Stored size: 321 Bytes

Contents

<?php if(have_posts() ): while (have_posts() ) : the_post(); ?>
  
  <h1><?php the_title(); ?></h1>

  <?php if(has_post_thumbnail() ): ?>
    <figure>
      <?php the_post_thumbnail(); ?>
    </figure>
  <?php endif; ?>

  <?php the_content(); ?>

  <?php comments_template(); ?>

<?php endwhile; endif; ?>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
edge_framework-1.3.1 template/wordpress/content-post.php
edge_framework-1.3.0 template/wordpress/content-post.php
edge_framework-1.2.9 template/wordpress/content-post.php
edge_framework-1.2.7 template/wordpress/content-post.php
edge_framework-1.2.6 template/wordpress/content-post.php
edge_framework-1.2.5 template/wordpress/content-post.php
edge_framework-1.2.4 template/wordpress/content-post.php
edge_framework-1.2.3 template/wordpress/content-post.php
edge_framework-1.2.2 template/wordpress/content-post.php
edge_framework-1.2.1 template/wordpress/content-post.php
edge_framework-1.2.0 template/wordpress/content-post.php
edge_framework-1.1.0 template/wordpress/content-post.php
edge_framework-1.0.0 template/wordpress/content-post.php