meta-loop.php 266 B

1234567891011121314
  1. <?php
  2. /**
  3. * Post metadata template
  4. *
  5. * @package vamtam/consulting
  6. */
  7. ?>
  8. <div class="post-meta">
  9. <nav class="clearfix">
  10. <?php get_template_part( 'templates/post/meta/categories' ); ?>
  11. <?php get_template_part( 'templates/post/meta/tags' ); ?>
  12. </nav>
  13. </div>