You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( function_exists( 'coauthors_posts_links' ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}
?>
</p>
<div class="entry-content">
<?php the_content(); ?>
</div>
<footer class="entry-footer">
<span class="cat-links"><?php echo esc_html( __( 'Posted in:', 'okfnwp' ) ) . ' ' . wp_kses_post( get_the_category_list( esc_html( _x( ', ', 'Used between list items, there is a space after the comma.', 'okfnwp' ) ) ) ); ?></span>