如果我的访客可以注册,不仅写评论,还可以开始自己的日记,那就太好了。
喜欢用户。我的网站。com或mysite/用户
这样可能吗?
如果我的访客可以注册,不仅写评论,还可以开始自己的日记,那就太好了。
喜欢用户。我的网站。com或mysite/用户
这样可能吗?
是的,您可以将WordPress设置为网络/多站点,类似于WordPress。com服务。
您可以在此处了解如何执行此操作:http://codex.wordpress.org/Create_A_Network
我有这段代码,它将复选框添加到“编辑用户”页面,但当我选中它并刷新页面时,复选框将被取消选中。。。怎么了?add_action( \'show_user_profile\', \'module_user_profile_fields\' ); add_action( \'edit_user_profile\', \'module_user_profile_fields\' ); function module_user_profile_fields( $user ) { ?>