HEX
Server: Apache
System: Linux p3plzcpnl504740.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: l2pbkn5l6xav (4972877)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/l2pbkn5l6xav/www/wp-content/themes/primer/templates/parts/loop/post-meta.php
<?php
/**
 * Template part for displaying the post meta inside The Loop.
 *
 * @package Primer
 * @since   1.0.0
 */

?>

<div class="entry-meta">

	<?php if ( is_new_day() ) : ?>

		<span class="posted-date"><?php the_date(); ?></span>

	<?php endif; ?>

	<span class="posted-author"><?php the_author_posts_link(); ?></span>

	<?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?>

		<span class="comments-number">

			<?php comments_popup_link( esc_html__( 'Leave a comment', 'primer' ), esc_html__( '1 Comment', 'primer' ), /* translators: number of comments */ esc_html__( '% Comments', 'primer' ), 'comments-link' ); ?>

		</span>

	<?php endif; ?>

</div><!-- .entry-meta -->