下载:https://wordpress.org/plugins/wp-user-frontend/
高级版本:https://wedevs.com/wp-user-frontend-pro
功能
Create, edit, delete, manages your post, pages or custom post types from frontend. Create registration forms, frontend profile and more…
可以给你的网站添加一个前台用户中心,允许用户前台发布文章、编辑文章、编辑个人资料等。
免费版的具体特色如下:
- 用户可以在前台发布文章
- 用户可以前台查看和管理他们自己的文章
- 用户可以前台编辑个人资料
- 管理员可以设置哪些等级的用户才允许访问WordPress后台(/wp-admin)
- 可以设置用户的新文章状态,例如 已发布、草稿、等待审核等
- 当用户发布新文章时,邮件通知管理员
- 设置是否允许用户编辑和删除他们的文章
- 允许用户发布文章时上传附件
- 允许用户设置特色图像
- 管理员可以前台管理用户(添加用户,删除用户等)
- 支持收费发布文章(设置用户要发布文章是否需要付费)
WP User Frontend 安装使用方法
免费版本:后台插件安装搜索WP User Frontend在线安装。
Installation
After having installed the plugin:
- Click “Install WPUF Pages” after installation for automatic settings installation.
- Create a form from the form builder. Get the shortcode for a form. Copy and paste that shortcode to a page.
- Create a new Page “Edit” for editing posts and insert shortcode
【wpuf_edit】
- Create a new Page “Profile” for editing profile and insert shortcode
【wpuf_editprofile】
- To add Login feature, use the shortcode:
【wpuf-login】
- To enable a registration form in the frontend, use the shortcode:
【wpuf-registration】
- Create a new Page “Dashboard” and insert shortcode
【wpuf_dashboard】
To list custom post type event, use【wpuf_dashboard post_type="event"】
- Set the Edit Page option from Others tab on settings page.
- To show the subscription info, insert the shortcdoe
【wpuf_sub_info】
- To show the subscription packs, insert the shortcode
【wpuf_sub_pack】
- For subscription payment page, set the Payment Page from Paymentstab on settings page.
翻译:
- 建一个名为页面“新文章”,添加简码 【
wpuf_addpost】
然后发布,这个页面就可以显示用户自己的文章。如果想显示自定义文章类型,比如 event,可以添加简码 【wpuf_addpost post_type="event"】
- 新建一个名为“编辑”的页面,添加简码 【
wpuf_edit】
然后发布,这个页面就是用来前台编辑文章的。 - 新建名为“个人资料”的页面,添加简码 【
wpuf_editprofile】
,用来显示和编辑用户个人资料 - 新建名为“仪表盘”的页面,添加简码 【
wpuf_dashboard】
就是前台用户中心主页 。如果要主页显示自定义文章类型的列表,可以使用 【wpuf_dashboard post_type="event"]
- 在后台设置界面进行插件的相关设置
- 要显示所有的订购发布信息,请使用简码 【
wpuf_sub_info】
- 要显示所有的订购发布套餐,请使用简码 【
wpuf_sub_pack】
- 在后台的设置支付信息和相关设置
注意:您必须设置 固定链接的自定义结构 至少包含/%postname%/,这样WP用户前端才能正常工作。
2013-09-24 更新:使用 %post_id% 结构的朋友,请查看《WordPress 自动使用文章ID作为别名(slug)》
特别说明:为防止简码出问题,我将 [ 写成了 【,请大家自己在使用的时候换回来。
Post Forms
