Your Time:
Our Time:
← Back to discussions

Don't show author

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 7 years, 7 months ago by Fem.

  • 2019-02-14 at 5:06 pm
    Unknown Support Status
    #24733
    lisaweb1978
    Participant
    • Topics: 3
    • Replies: 0
    • Total posts: 3
    • Post count: 0

    I’d like the author NOT to show on the post page and single posts. I’ve disabled About Author in the theme options/post options, but it’s still showing. Could you help me?

    2019-02-15 at 11:56 am
    #24737
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    You need to write custom CSS for this below code add in custom CSS.

    .entry-meta .iva-pm-byauthor {
       display: none;
    }

The topic ‘Don't show author’ is closed to new replies.