Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Could you please provide me with a link to the site of yours that’s using Libretto? The site linked to your username is using a different theme.

    Libretto will automatically display the name of the author alongside the publish date on each post.

    If you’d like to change the author, then you can do that by navigating to Posts > Edit and then assigning a new user via the dropdown menu in the Author module. If you don’t see the Author module, then first select Screen Options from the top and check the box next to Author.

    If that doesn’t help, please provide the link to your site and some more details about where you’d like the author’s name to appear on your site. I can help from there.

    Thanks!

    Thread Starter babsi1b

    (@babsi1b)

    Thank you so much for your quick response. That’s the url of the page.

    https://www.johannakatzer.com/

    Unfortunately there is no autor name visible, Neither in the blog list nor in the single post.

    https://www.johannakatzer.com/test-beitrag/

    Moderator Kathryn Presner

    (@zoonini)

    Libretto only displays the author when there are published posts by at least two different authors. To overcome that, you can add this custom CSS:

    .byline {
      display: inherit;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter babsi1b

    (@babsi1b)

    Thank you Kathryn, it worked.

    Moderator Kathryn Presner

    (@zoonini)

    Great, glad to hear it. I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘autor name’ is closed to new replies.