How to remove or replace the log-in link for comment replies?
You can filter the output for the comment reply link on … wait for it! … ‘comment_reply_link’. Just do the same checks as the core function but return something else, in your case: nothing. <?php # -*- coding: utf-8 -*- /** * Plugin Name: T5 No Comment Log In Link * Plugin URI: http://wordpress.stackexchange.com/q/52350/73 * … Read more