Reputation: 10949
I have a website where users can create accounts and login to them. I've setup a Wordpress blog and I want registered users(on my site) to be able to make comments using their registered username and only if they're logged in to the site. They don't need to login separately in wordpress. Also I want this to be the only way you can put a comment to a post.
Thanks
Upvotes: 0
Views: 1310
Reputation: 6355
Default wordpress functionality allow user to post a comment only if they are logged in or the user can enter a comment by entering his email and name in the box provided. If you want to make the users in your site to comment on wordpress blog wothout logging in to wordpress then you need to alter some backend functionality of wordpress and combine the user table of your site and wordpress and check for user login.
Upvotes: 0