Files
bedrock/web/app/themes/badegg/resources/views/partials/entry-meta.blade.php
2025-09-03 20:18:31 +01:00

11 lines
274 B
PHP

<time class="dt-published" datetime="{{ get_post_time('c', true) }}">
{{ get_the_date() }}
</time>
<p>
<span>{{ __('By', 'sage') }}</span>
<a href="{{ get_author_posts_url(get_the_author_meta('ID')) }}" class="p-author h-card">
{{ get_the_author() }}
</a>
</p>