タイトルが全部大文字になってしまう問題。
カスタマイズCSSで修正。
.entry-title {
text-transform: none;
}
WordPress で、全部に適用させる場合はこちら。
.site-title,
.main-navigation-menu a,
.widget-title,
.archive-title,
.page-title,
.entry-title,
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a,
.comments-header .comments-title,
.comment-reply-title span,
.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
text-transform: none;
}
このクラス名は、テーマによって違うかもしれない。