Archived topic
Getting author pic to appear in full width page header
21 replies · Started by gedosan on October 23, 2017
sorry, check it out now
domain.com/?p=10538&preview=1&_ppp=25d390e870
Have you disabled your author meta in Customize > Blog > Blog Content?
That hides my author info everywhere though right?
So what I need:
For posts with page headers, I want the author to appear in the page header (as it does) but NOT be duplicated below the page header
See here: domain.com/?p=10538&preview=true
All other normal posts (without page headers) keeps the author below the page title:
Like here: domain.com/musical-phenomena-explained
Possible?
Sorry that first link should be:
domain.com/?p=10538&preview=1&_ppp=88dd8097d1
Hmm, you could try this:
.page-header-content + #page header.entry-header {
display: none;
}
Perfect, works. Thanks Tom
You're welcome :)