追加CSSでレイアウトを調整
いらないものを非表示にして
線を描画した

.post .entry-title {
    display: none;
}
.entry{
	border-bottom: 2px dashed pink;
}
.entry-footer { display: none; }