Okay
  Public Ticket #1544532
How to remove the author's name?
Closed

Comments

  •   MaseKit started the conversation
  •  608
    WordPress replied

    Hi,

    You can deactive author in Apr Option -> Blog Archive -> Post Meta


    Thanks,

    Alex Vũ



  •   MaseKit replied privately
  •  608
    WordPress replied

    Hi,

    You can add style css in child theme:

    .blog-grid-6 .blog-meta .author-name {
        display: none;
    }
    Thanks,

    Alex Vũ