記事の冒頭にアイキャッチ画像が表示されるとちょっと冗長なので、 content-single.php の
<?php if ( has_post_thumbnail() ) { ?>
以降、対応する ?php タグまでを削除。これで class=”label-img” の付いたdivが表示されなくなる。
それから、投稿者名の頭文字を大文字から小文字にするために、 theme-default-setup.php の 57行目
$imnews_author= ucfirst(get_the_author());
を
$imnews_author= get_the_author();
に。やっぱり yuinore は Yuinore じゃなくて yuinore だよね。
「類似のニュース」の表記も変えたいよね