Wordpress login system

社会主义新天地 提交于 2020-01-25 12:49:10

问题


I'm new in the WordPress. I'm creating template in WordPress using PHP.I would like to know how to integrate my own login page( which contain two boxes i.e, user name & password ) with WordPress login system.

Please anyone give a solution. Thanks in advance.


回答1:


If you are building your own theme, you can add a login area to your theme. If you would rather use a plugin, there are several plugins which let you add a login area, such as Sidebar Login and BM Custom Login.




回答2:


Have you considered the opposite of what you're asking, integrating WordPress with your "php-pages"?

All you would have to do is add the Loop to your "php-pages".

http://codex.wordpress.org/The_Loop

http://codex.wordpress.org/The_Loop_in_Action

Here are a few more resources:

http://www.jonathanwold.com/tutorials/wordpress_integration/

http://mattread.com/archives/2005/04/wordpress-is-not-php/



来源:https://stackoverflow.com/questions/2443155/wordpress-login-system

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!