content-aside.php 404 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * Template part for displaying aside posts.
  4. *
  5. */
  6. ?>
  7. <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  8. <div class="entry-content">
  9. <?php the_content(''); ?>
  10. </div><!-- .entry-content -->
  11. <footer class="entry-footer">
  12. <div class="index-entry-meta">
  13. <?php popper_index_posted_on(); ?>
  14. </div><!-- .entry-meta -->
  15. </footer>
  16. </article><!-- #post-## -->