[WordPress] 外掛分享: Crowdfunding Login Form – Make WPCF Login Page

首頁外掛目錄 › Crowdfunding Login Form – Make WPCF Login Page
WordPress 外掛 Crowdfunding Login Form – Make WPCF Login Page 的封面圖片
20+
安裝啟用
★★★★★
5/5 分(1 則評價)
1670 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.0+ v1.0.2 上架:2019-12-23

內容簡介

WP Crowdfunding登入表單。創建簡單的登入表單,您可以使用任何頁面建構器來製作漂亮的登入頁面。

如果您需要更多協助,請聯繫我。

如何使用

若要使用預設選項來創建WordPress的登入表單或自訂登入頁面,您只需要使用此簡碼:

[wp_login_form]

然而,還有其他參數可以傳遞到簡碼中以自訂它。

redirect

登入成功後,使用者將被重新導向到的絕對URL。例如:

[wp_login_form redirect="https://example.com/mypage/"]

預設為重新導向回提交表單的URL。

form_id

您自己的登入表單自訂ID。例如:

[wp_login_form form_id="myloginform"]

預設為“loginform”。

label_username

您自訂的使用者名稱/電子郵件地址欄位標籤。例如:

[wp_login_form label_username="Login ID or Email"]

預設為“Username or Email Address”。

label_password

您自訂的密碼欄位標籤。例如:

[wp_login_form label_password="Login Password"]

預設為“Password”。

label_remember

您自訂的“記住我”欄位標籤。例如:

[wp_login_form label_remember="Remember"]

預設為“Remember Me”。

label_log_in

您自訂的表單提交按鈕標籤。例如:

[wp_login_form label_log_in="Submit"]

預設為“Log In”。

id_username

您自己的使用者名稱欄位自訂ID。例如:

[wp_login_form id_username="wp_user_login"]

預設為“user_login”。

id_password

您自己的密碼欄位自訂ID。例如:

[wp_login_form id_password="wp_user_pass"]

預設為“user_pass”。

id_remember

您自己的“記住我”欄位自訂ID。例如:

[wp_login_form id_remember="login_rememberme"]

預設為“rememberme”。

id_submit

您自己的表單提交按鈕自訂ID。例如:

[wp_login_form id_submit="login_form_submit"]

預設為“wp-submit”。

remember

指定是否在WordPress登入表單中顯示“記住我”復選框。例如:

[wp_login_form remember="0"]

預設為“1”(true)。

value_username

您自訂的使用者名稱輸入欄位默認文字。例如:

[wp_login_form value_username="Your Username"]

預設為NULL。

value_remember

指定是否在表單中勾選選中“記住我”復選框。例如:

[wp_login_form value_remember="1"]

預設為“0”(false)。

lost_password

指定是否在表單中顯示“忘記密碼?”連結。例如:

[wp_login_form lost_password="0"]

預設為“1”(true)。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Crowdfunding Login Form – Make WPCF Login Page」→ 直接安裝(推薦)

原文外掛簡介

WP Crowdfunding Login Form. Create a simple login form. You can use any Page Builder to make beautiful login page.
If you need more assistance, contact me
How it works
In order to create a login form or custom login page for WordPress with the default options, all you need to do is use this shortcode:
[wp_login_form]

However, there are other parameters that you can pass in the shortcode to customize it.
redirect
An absolute URL to which the user will be redirected after a successful login. For example,
[wp_login_form redirect="https://example.com/mypage/"]

The default is to redirect back to the URL where the form was submitted.
form_id
Your own custom ID for the login form. For example,
[wp_login_form form_id="myloginform"]

The default is “loginform”.
label_username
Your custom label for the username/email address field. For example,
[wp_login_form label_username="Login ID or Email"]

The default is “Username or Email Address”.
label_password
Your custom label for the password field. For example,
[wp_login_form label_password="Login Password"]

The default is “Password”.
label_remember
Your custom label for the remember field. For example,
[wp_login_form label_remember="Remember"]

The default is “Remember Me”.
label_log_in
Your custom label for the form submit button. For example,
[wp_login_form label_log_in="Submit"]

The default is “Log In”.
id_username
Your own custom ID for the username field. For example,
[wp_login_form id_username="wp_user_login"]

The default is “user_login”.
id_password
Your own custom ID for the password field. For example,
[wp_login_form id_password="wp_user_pass"]

The default is “user_pass”.
id_remember
Your own custom ID for the remember field. For example,
[wp_login_form id_remember="login_rememberme"]

The default is “rememberme”.
id_submit
Your own custom ID for the form submit button. For example,
[wp_login_form id_submit="login_form_submit"]

The default is “wp-submit”.
remember
Specify whether to display the “Remember Me” checkbox in the WordPress login form. For example,
[wp_login_form remember="0"]

The default is “1” (true).
value_username
Your custom placeholder attribute for the username input field. For example,
[wp_login_form value_username="Your Username"]

The default is NULL.
value_remember
Specify whether the “Remember Me” checkbox in the form should be checked by default. For example,
[wp_login_form value_remember="1"]

The default is “0” (false).
lost_password
Specify whether to display the “Lost your password?” link in the form. For example,
[wp_login_form lost_password="0"]

The default is “1” (true).

延伸相關外掛

文章
Filter
Apply Filters
Mastodon