How To Remove Comment Author Link URL In Blogger
This Picture Disable Author Link comment blogger postAuthor link change to text
okey try the following steps
1. Login to your dashboard blogger2. 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='http://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
Tidak ada komentar:
Posting Komentar