[Resolved] Disable/ change author link

Home Forums Support [Resolved] Disable/ change author link

Home Forums Support Disable/ change author link

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2013738
    June

    Hello,
    I want to disable the author link and in case I want to edit the link how can I do it.
    Please assist.

    #2013741
    Ying
    Staff
    Customer Support

    Hi June,

    The post meta is added by block element, so go edit the block element, when you click on the author name, leave the dynamic link type filed blank like this:
    https://www.screencast.com/t/5dF096RuMcVc

    Let me know if this helps πŸ™‚

    #2013747
    June

    Thank you, Ying πŸ˜€ It worked.
    I’m using WPSP plugin and I want to disable the author link from there as well.
    Please let me know how can I do that too.

    #2013767
    Ying
    Staff
    Customer Support

    Try this CSS:

    .wp-show-posts .wp-show-posts-author {
        pointer-events: none;
    }

    Let me know πŸ™‚

    #2013795
    June

    Perfect! Thank you so much, Ying πŸ˜€

    #2013824
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.