Teaaser.php içeriğini de yazabilir misiniz.
>
comment_count; ?>
printf(__('by %s', 'mystique'),
sprintf(
'%3$s',
get_author_posts_url(get_the_author_meta('ID'), get_the_author()),
esc_attr(sprintf(__( 'Posts by %s', 'mystique'), get_the_author())),
get_the_author()
));
?>