简体   繁体   中英

wordpress comments only if user is logged in - integration with a site

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

If I understand what you are saying, check out this plugin.

http://wordpress.org/extend/plugins/customize-your-community/

This will get rid of the wordpress looking login, and make it nice and matching your site.

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.

He need a wordpress user bridging you need to analyze some bridging plugins. And need some custom coding.

Thanks -Shak

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM