Tagged: author
Hello, I’d like to display an Author’s posts on their author archive.
Does not show posts. It only shows the author’s bio. Any ideas? Thank you.
Hi aregowe,
Thanks for giving us the link, the posts is still there but some CSS are hiding it.
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.archive.author article.post-entry {
margin-bottom: 24px;
}
.archive.author .entry-content-wrapper .entry-content-header {
display: block;
height: auto;
}
Best regards,
Nikko