Site logo

[Resolved] ‘Display Post Author’ doesn’t show author

Home Forums Support [Resolved] ‘Display Post Author’ doesn’t show author

Home Forums Support ‘Display Post Author’ doesn’t show author

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1789786
    victor

    In the customizing menu of my blog posts, ‘Display post author’ is checked and the author is displayed on the page. However, when the customizing menu is exited, the author no longer shows. Yes, the content is in a published state.

    #1789859
    David
    Staff
    Customer Support

    Hi there,

    can you disable autoptimize as there is this CSS which is hiding the byline:

    .entry-meta {
        display: none;
    }

    But i cannot see where that is coming from with autoptimize enabled,

    #1789884
    victor

    Thanks, it’s weird, although I’m not sure if it’s worth disabling autooptimize and the entry meta. I am disabling the entry meta because on the home page posts, it has the <footer> which is taking up a lot of whitespace: https://imgur.com/a/ajqIcD0

    What do you think?

    #1789894
    David
    Staff
    Customer Support

    If you know have added the CSS then change it so it only applied to the footer entry meta – like so:

    footer.entry-meta {
        display: none;
    }
    #1789911
    victor

    Thanks! Looks like its autooptimize blocking it for some reason still… I’ll just live with it for now, thank you as always man 🙂

    #1789913
    victor

    marking as resolved

    #1789926
    David
    Staff
    Customer Support

    If you know where this CSS is:

    .entry-meta {
        display: none;
    }

    make sure you delete that before adding this:

    footer.entry-meta {
        display: none;
    }

    Then clear the Autoptimize cache.

    Otherwise – glad to hear you settled on a solutio

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