
內容簡介
WP Front-end login and register 是專為需要自訂使用者登入或註冊的網站設計的 WordPress 外掛,且希望避免使用傳統的 WordPress 登入和註冊頁面。此外掛提供了在網站任意位置放置短代碼的功能。
此外掛還提供了從後台啟用或停用設置的功能,以便通過使用者電子郵件驗證自動啟用新帳戶。
使用 WP Front-end login and register,您可以輕鬆在任何響應式網站內使用登入和註冊表單。
部分功能
使用 AJAX 動力的登入、註冊和個人資料頁面,且無需重新整理!
使用 Bootstrap 的完全響應式設計。
自定義成功登入/登出後的重新導向 URL,以將使用者重新導向至自訂 URL 或頁面。
輕鬆從後台自定義您的登入/註冊表單標題,以及按鈕文字。
自訂註冊電子郵件通知範本,可以在後台管理。
現在,您的訪客可以從您設定的頁面進行登入或註冊。
使用短代碼輕鬆設置登入和註冊表單。
註冊通知電子郵件會發送給註冊使用者和網站管理員。
通過使用者電子郵件驗證功能,減少垃圾郵件註冊。
在註冊頁面上啟用/停用號碼驗證。
啟用/停用密碼重置功能,以使註冊使用者可以通過使用者驗證電子郵件和密碼驗證令牌來重置密碼。
在登入、註冊和忘記密碼表單上完全自定義的通知訊息。
以及登入、註冊和密碼重置功能的完全自定義電子郵件。
全新的分頁設置頁面,方便管理設置。
通過驗證電子郵件自動確認和啟用新使用者帳戶。
輕鬆從管理後台啟用/停用新使用者電子郵件確認設置。
只需建立一個普通 WordPress 頁面,然後使用以下短代碼:
登入表單:[wpmp_login_form]
註冊表單:[wpmp_register_form]
個人資料頁面/使用者儀表板:[wpmp_user_profile]
使用方法
創建登入或註冊頁面的步驟:
創建一個頁面
添加以下短代碼 [wpmp_login_form] 或 [wpmp_register_form]
發佈/更新頁面。
在佈景主題檔案中使用的步驟:
使用 do_shortcode() 使用短代碼顯示您的登入或註冊表單。
例如:<?php echo do_shortcode("[wpmp_login_form]"); ?>
外掛標籤
開發者團隊
② 後台搜尋「WP Front-end login and register」→ 直接安裝(推薦)
原文外掛簡介
WP Front-end login and register is for the sites that need customized user logins or registrations and would like to avoid the classic wordpress login and registration pages, this plugin provides the capability of placing a shortcode anywhere on the website.
It also provides the feature to enable or disable the setting from backend for automating the new account activation via user email verification.
With WP Front-end login and register, you can easily make use of login and registration forms within any responsive wesbsite.
Some of the features
AJAX-powered login ,registration and Profile page with profile picture, no screen refreshes!
Fully responsive design using Bootstrap.
Customize your redirect URL after successful login/logout to redirect your users to a custom URL or page.
Easily customize your login/registration form heading as well as the button text from the backend.
Custom registration email notification template that can be managed from backend.
Now your visitors can login or register from the page you’ve set-up.
Easy to use : Set up login and registration form using shortcodes.
Registration notifications emails sent to the registered user and website admin.
Minimize spam signups via user’s email verification.
Enable/Disable numbered Captcha on registration page.
Enable/Disable password reset feature to enable registered user to reset the password through a user verification email and secret authentication token.
Fully Customizable notification messages on login, registration and forgot password forms.
Fully customizable emails for login, registration and password reset feature.
Completely new tabbed settings page for easy settings management.
Automatic new user account confirmation and activation via verification email.
Easily enable/disable new user email confirmation setting from admin backend.
Just create a normal WordPress page, and use the following shortcodes:
For login form: [wpmp_login_form]
For registration form: [wpmp_register_form]
For profile page/User dashboard : [wpmp_user_profile]
Usage
Steps for creating a login or register page.
Create a page
Add the following shortcode [wpmp_login_form] or [wpmp_register_form]
Publish/Update the page.
Steps for using in theme files:
Use the shortcode using do_shortcode() wherever you want to show your login or
registration form.
For example :
