Home Forums WoodMart support forum Author Link Disable

Author Link Disable

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #138065

    lavitasarim
    Participant

    Hello there.

    How do I remove the link from the author information on the posts?
    Where can I edit this?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #138109

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-entry-meta .meta-author {
    display:none;
    }

    Best Regards

    #138245

    lavitasarim
    Participant

    Hello there.

    I removed the author’s name, thank you.

    But my real intention was to remove the author link.

    How do I remove this?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #138305

    Hello,

    Please replace this code in the Theme Settings > Custom CSS > Global:

    body .woodmart-entry-meta .meta-author {
    pointer-events:none;
    }

    Best Regards

    #138328

    lavitasarim
    Participant

    Thank you very much.

    #138343

    lavitasarim
    Participant

    Hello there.

    The link does not appear on the page but the link is still in place when the page source is displayed.

    Can you study this?

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #138394

    Artem Temos
    Keymaster

    If you want to remove it from the code you will have to customize the file inc/template-tags.php and edit woodmart_post_meta function.

Viewing 7 posts - 1 through 7 (of 7 total)