Redirect First Comment
-
Hi everyone, my name is Christopher and I am a member of the admin team for Technology Bloggers.
I am trying to redirect users who post their first comments on the blog to this URL: https://www.technologybloggers.org/first-comment/
I know this plugin can do it (Comment Redirect by Yoast) and it is what we currently use, however we have to slim down our plugin list, as the memory available to us is just 20MB, and the blog is not running smoothly.
I am sure it is possible by editing comment-template.php and adding something like
function comment_redirect( $url, $comment ) { $cc = get_comments( array( 'author_email' => $comment->comment_author_email, 'count' => true ) ); if ( 1 == $cc )...
Any thoughts on how we can do this?
Christopher
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirect First Comment’ is closed to new replies.