Everyone nowadays is complaining about spam comments on their blog. Actually ,spamming becomes very easy for spammers by using bots, software etc. Many bloggers are tired of spam and are trying to get rid of it and Many of them did get rid of it,but still many failed to figure out the solution.
Today I am going to tell you perfect solution for this problem, now you can hide links from comments automatically.
How To Hide Links From Comments
- Go to Blogger Dashboard > Template
- Then click on Edit HTML
- Now find below code in your template
]]></b:skin>
Add Below Code Just Above It
.comment-content a {
display: none;
}
- Save the template and your done…!!



0 comments:
Post a Comment