Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20490
    jack5
    Member

    Hello!

    How to disable clickable author link

    example:
    http://prntscr.com/2thd0c

    I want author name without link

    Cheers!

    #20496
    Sakin
    Keymaster

    @jack5: If you are technical then you can edit the theme file by creating child theme. But if you just want to hide it then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .by-author { display: none; }

    #20508
    jack5
    Member

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable clickable author link’ is closed to new replies.