以下のスタイルは、投稿タイトルの直下に表示される投稿日 投稿者 を非表示にするためのスタイルルールです。
article .posted-on .meta-prep + a,/* home publish time */
article .posted-on .meta-prep, /* home posted on */
article .posted-on .meta-sep, /* home by */
article .entry-meta-default .meta-sep, /* single by */
article .entry-meta-default .meta-prep, /* single posted on */
article .entry-meta-default .meta-prep + a{ /* single publish time */
display: none;
}
/* if you need publisher hide
article .posted-on .author,
article .entry-meta-default .author{ display:none;}
/