".esc_html__( 'By', 'wtpsw' )."
".get_the_author()."";
}
if( $showdate == "true" ) {
$wtpsw_post_stats[] = "
".get_the_date()."";
}
if( $show_comment_count == "true" && $comment_text ) {
$wtpsw_post_stats[] = "";
}
echo join( ' / ', $wtpsw_post_stats ); ?>