have_posts() ) : $query->the_post(); // get post meta $published = get_post_time( 'F j, Y' );// phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound $username = get_userdata( $post->post_author );// phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound $by_link = sprintf(// phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedVariableFound /* translators: %s: post author. */ esc_html_x( 'by %s', '', 'bigwigs' ), esc_html( $username->user_nicename ) ); ?>
> '; } ?>

'; } ?>