
Login to your Dashboard > Settings > Posts and Comments , check Registered User and check Always on Comment Moderation and Click Save.
But, if those links which left by the readers bothering you, it can be hide using Jquery.
Go to Your Dashboard, Click Template > Edit HTML and Checklist Expand Widget Templates
Scrolldown below and find </head>
Right before it. paste the code below :
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(function() {
$('#comments p').find('a').remove();
});
</script>
Save the template and try make some comment using links and see if the code work.
If you have Jquery before, delete this line :
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
That's it, Feel free to leave a comment
Thank You.

No comments:
Post a Comment