
內容簡介
WP Frontend Profile 可以讓您在 WordPress 網站的前端添加一個可擴展的用戶個人資料欄位。預設情況下,這個外掛會在前端個人資料頁面上添加兩個標籤。其中一個名為「Profile」的標籤,可讓使用者編輯他們的使用者資料,包括電子郵件、名字、姓氏、URL 和個人簡介(描述)。另一個「Password」標籤,可讓使用者更改他們在該網站上的密碼。
外掛擴展性
由於前端個人資料頁面是使用標籤渲染的,因此您可以輕鬆地添加自己的標籤和欄位,以存儲用戶元數據。標籤和欄位是通過過濾器添加的,所有數據的保存都會由外掛進行處理。
您可以添加以下欄位類型:
所見即所得編輯器
下拉選單
多重選取
單選紐
文字區域
核取方塊
密碼
電子郵件
文字
如需添加自己的欄位和標籤,請參閱常見問題解答。
個人資料輸出
要輸出前端個人資料頁功能,您可以在編輯器中使用以下簡碼:
個人資料頁面 [wpfep-profile]
編輯個人資料 [wpfep]
註冊頁面 [wpfep-register]
帶有身份的註冊頁面 [wpfep-register role="desired_role"]
登入頁面 [wpfep-login]
功能
新增登入小工具
Mailchimp 外掛附加元件
添加付費會員內容限制功能。
外掛標籤
開發者團隊
原文外掛簡介
WP Frontend Profile gives you the ability to add a extensible user profile section to the frontend of your WordPress website. By default the plugin adds two tabs to the frontend profile. One of these tabs, titled profile, allows a user to edit their user data including email, first and last names, URL and bio (description). The password tab allows a user to change their password for the site.
Plugin Extensibility
As the frontend profile is rendered with tabs you can easily add your own tabs with your own fields to store user meta data. Tabs and fields are added through filters and all the saving of the data is taken care of for you.
You can add the following field types:
WYSIWYG
Select
Multi Select
Radio
Text Area
Checkbox
Password
Email
Text
See FAQs for how to add our own fields and tabs.
Profile Output
To output the frontend profile feature you can use the following shortcodes in editor:
Profile page [wpfep-profile]
Edit profile [wpfep]
Register page [wpfep-register]
Register page with role [wpfep-register role="desired_role"]
Login page [wpfep-login]
Features
Added Login Widget
Addon for Mailchimp
Added Content Restriction feature for paid members.
