entry-meta.blade.php 274 B

12345678910
  1. <time class="dt-published" datetime="{{ get_post_time('c', true) }}">
  2. {{ get_the_date() }}
  3. </time>
  4. <p>
  5. <span>{{ __('By', 'sage') }}</span>
  6. <a href="{{ get_author_posts_url(get_the_author_meta('ID')) }}" class="p-author h-card">
  7. {{ get_the_author() }}
  8. </a>
  9. </p>