Sha256: 8d490b467c4587f730d690a2be8c74179aa8427a2221959590763095b9dafd07
Contents?: true
Size: 539 Bytes
Versions: 3
Compression:
Stored size: 539 Bytes
Contents
<?php while (have_posts()) : the_post(); ?> <article <?php post_class(); ?>> <header> <h1 class="entry-title"><?php the_title(); ?></h1> <?php get_template_part('templates/entry-meta'); ?> </header> <div class="entry-content"> <?php the_content(); ?> </div> <footer> <?php wp_link_pages(array('before' => '<nav class="page-nav"><p>' . __('Pages:', 'roots'), 'after' => '</p></nav>')); ?> </footer> <?php comments_template('/templates/comments.php'); ?> </article> <?php endwhile; ?>
Version data entries
3 entries across 3 versions & 1 rubygems