Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1295354

    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.

    • This topic was modified 3 years, 1 month ago by aregowe.
    #1295477

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.