• Resolved shadowq

    (@shadowq)


    Hi there,

    When we have a post that is completely written by a guest author. we use the option “Show only guest/co authors”. However, WordPress still shows the author (non-guest author) at the very beginning of the post. Is there a way that this is to be changed to the guest’s name if “Show only guest/co authors” is enabled?

    Thank you ??
    Jarrod.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @shadowq,

    The author’s name that appears at the beginning of the post is added there by the theme, not Simple Author Box unfortunately.
    You should have an option in your theme to hide the author from there.
    Or you could hide it by adding this code in Appearance > Customize > Additional CSS:

    .p-meta span:first-child {
        display: none;
    }

    All the best,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Change WP Author to match guest author’ is closed to new replies.