I have aMember installed, and am using their plugin for Wordpress for login. My issue is that there is code in my comments.php file calling for a Wordpress login instead of aMember's. I know just enough to know what's wrong, but not enough to fix it.
Help anyone? I think it's here:
/<?php if ( get_option('comment_registration') && !is_user_logged_in() ) : ?>
<p><?php printf(__('You must be %1$slogged in%2$s to post a comment.', 'engine'), '', '') ?></p>
<?php else : ?>
/
I am working on MAMP, just FYI.