undermythumb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove "posted by admin" but keep the date on postalchymyth and Amando,
IT WORKED!!
Thank you both so much for your help!!
This really saved me a lot of headaches!
Forum: Fixing WordPress
In reply to: Remove "posted by admin" but keep the date on post*smacking forehead for the above* Clearly I don’t know how to quote on here either! ??
Forum: Fixing WordPress
In reply to: Remove "posted by admin" but keep the date on post<according to the theme’s templates, there is some ‘Posted on .. by …’ (?)
you might need to post a link to your site to clarify this.if you want to remove the author output, edit content.php and content-single.php, locate this line:
printf( __( ‘<span class=”sep”>Posted on </span><time class=”entry-date” datetime=”%3$s” pubdate>%4$s</time><span class=”by-author”> <span class=”sep”> by </span> <span class=”author vcard”>%7$s</span></span>’, ‘rundown’ ),
and change it to:
printf( __( ‘<span class=”sep”>Posted on </span><time class=”entry-date” datetime=”%3$s” pubdate>%4$s</time>, ‘rundown’ ),
or alternatively, add this to the end of style.css:
.by-author { display: none; }>
I can honestly say this is a bit beyond me. Sorry! I am not familiar with code. Would it help to include a link to my site?
Thank you very much for the help. I feel quite overwhelmed.
I really appreciate all of the input.
Forum: Fixing WordPress
In reply to: Remove "posted by admin" but keep the date on postAmando,
Thank you!! I opened that and now there are a slwe of options. What am I supposed to search for? Simply put in “post by” or “remove posted by?”
Very confused. I really appreciate the help!
Forum: Fixing WordPress
In reply to: Remove "posted by admin" but keep the date on postcatacustic,
Thank you so much for replying! I have to admit, I have no idea how or where to find those files. Search where? And once I do, there will be an option to remove the “posted by” section?