actions.php 474 B

1234567891011
  1. <div class="post-actions-wrapper clearfix">
  2. <?php get_template_part( 'templates/post/meta/author' ) ?>
  3. <?php get_template_part( 'templates/post/meta/date' ) ?>
  4. <?php if ( ! post_password_required() ) : ?>
  5. <?php get_template_part( 'templates/post/meta/comments' ) ?>
  6. <?php endif ?>
  7. <?php edit_post_link( '<span class="icon">' . vamtam_get_icon( 'pencil' ) . '</span><span class="visuallyhidden">' . esc_html__( 'Edit', 'vamtam-consulting' ) . '</span>' ) ?>
  8. </div>