• Resolved vincentiaa

    (@vincentiaa)


    Hello,
    I want to keep this plugin but I just would like to disable the link that go to the author archive.
    Can you tell me how can I do that ?
    If I need to edit the files, do you know what can I modify please ?
    Thank you very much ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @vincentiaa,

    Thank you for reaching out to us!
    Please add the following code in Appearance > Customize > Additional CSS:

    
    .saboxplugin-authorname a {
        pointer-events: none;
    }
    

    This should fix it! Please give it a go and let me know how it goes.

    All the best,
    Mihaela

    Thread Starter vincentiaa

    (@vincentiaa)

    Hello,
    thank you very much. It works well ! ??

    Thread Starter vincentiaa

    (@vincentiaa)

    I come back again. I’m sorry but your code “hide” the link but it doesn’t delete it.
    The link is still in the code.
    I’m trying to delete this link for my SEO. I would like to delete this link, not hide it.

    Hello @vincentiaa,

    To remove the url please go to this file:
    simple-author-box\template\template-sab.php
    And replace the code on line 26 with this one:

    
    $sab_author_link = sprintf( '%s', esc_html( get_the_author_meta( 'display_name', $sabox_author_id ) ) );
    
    

    This should do it!
    Please give it a go and let me know.

    All the best,
    Mihaela

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the author link ?’ is closed to new replies.