Tutorial Blog

How To Remove Comment Author Link URL In Blogger

How To Remove Or Disable Comment Author Link Name/URL  In Blogger. If you want to hide remove or change Author link to text  from a blogger post:comment You can hide this with the following custom jquery code.This code snippet will remove the comment author link from blogger comments. It does not, however, remove the URL field from the WordPress comment form. I’m trying to turn off the link to the author for the blog post and it work and easy code. lets do this

How To Remove Comment Author Link URL In Blogger

This Picture Disable Author Link comment blogger post

Author link change to text

okey try the following steps

1. Login to your dashboard blogger

2. GO TO EDIT HTML

3. inspect element to see the CSS style

4. And Then copy and paste this code just after the <body> tag.

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'>
</script>
<script type='text/javascript'>
$(function(){$('.comment-author').find('a').contents().unwrap();});
</script>

Note : Change (‘.comment-author‘) to steps 3

5. And Then you are done

6. SAVE

Thank you for visit, sorry my English is not so good,  I hope you will forgive me i am from indonesian

About the author

Kahfie IDN

Pengetahuan adalah kebebasan, dan ketidaktahuan adalah perbudakan.

Leave a Comment