Remove "Written By" from front page footers
- The topic ‘Remove "Written By" from front page footers’ is closed to new replies.
Need help? Check out our Support site, then
Marc, on the theme demo the overlay stamp at the bottom of each post only shows the date of publication. Mine says “Written by so-and-so on 11 Feb 2014” which duplicates the “Written By” details on the top. I like it at the top. I only want the date at the bottom, per the demo, but I don’t see a control for the lower.
Thanks for your help!
The blog I need help with is: (visible only to logged in users)
Correction, this is in reference to 43amen.wordpress.com
Hi Mack,
It seems that the demo you’re referring to is for our WordPress.org version of the theme. However, you can hide the top “written by” line by going into the Customiser > Theme > “Written by” on list pages > Hide.
Removing it from the bottom would require a few lines of custom CSS. If you have the custom CSS module enabled, I can guide you trough those changes.
~ Marc
Hi Mack,
The images crop center-out, I’m afraid there’s not much that can be done here, you can try adding the following custom CSS to suit your theme’s images:
.post .title-container{ background-position: top; }
or
.post .title-container{ background-position: bottom; }
That’ll help you get your post pages looking better!
~ Marc
Marc, thanks for the quick response! If you would tell me what to do to remove the bottom written by, I’d be obliged. I’ll enable the custom CSS.