notawoodpecker
Member
Posted 3 months ago #
I'm sure this has been covered before, but I scanned a few pages here and couldn't find anything specific. The date is fine, but I'd like to get rid of the "by authorname".
Existing: 'Posted on date by authorname'
Preferred: 'Posted on date'
This would be front page, posts page, everywhere, future and existing posts.
http://thetarnishedbadge.central-us.net/wordpress/
notawoodpecker
Member
Posted 2 months ago #
Having not gotten any other replies, I went digging and found this code which seems to have done the trick when added to the Child theme:
/* =Content
-------------------------------------------------------------- */
span.meta-sep { display:none; }
span.author { display:none; }
#main {
clear: both;
overflow: hidden;
padding: 40px 0 0 0;
}
#content {
margin-bottom: 36px;
}