[wordpress插件] Crowdfunding Login Form众筹登录表格

wordpress 插件 文章 2020-04-05 10:10 564 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

WP Crowdfunding Login Form.

WP众筹登录表格。

Create a simple login form.

创建一个简单的登录表单。

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:

要使用默认选项为WordPress创建登录表单或自定义登录页面,您需要做的就是使用以下短代码:

[wp_login_form]

  [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.

成功登录后,用户将重定向到的绝对URL。

For example,

例如,

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

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

The default is to redirect back to the URL where the form was submitted.

默认值为重定向回提交表单的URL。

form_id

form_id

Your own custom ID for the login form.

您自己的登录表单的自定义ID。

For example,

例如,

[wp_login_form form_id="myloginform"]

  [wp_login_form form_id =“ myloginform”]

The default is “loginform”.

默认值为“ loginform”。

label_username

label_username

Your custom label for the username/email address field.

您的用户名/电子邮件地址字段的自定义标签。

For example,

例如,

[wp_login_form label_username="Login ID or Email"]

  [wp_login_form label_username =“登录ID或电子邮件”]

The default is “Username or Email Address”.

默认值为“用户名或电子邮件地址”。

label_password

label_password

Your custom label for the password field.

您的密码字段的自定义标签。

For example,

例如,

[wp_login_form label_password="Login Password"]

  [wp_login_form label_password =“登录密码”]

The default is “Password”.

默认值为“密码”。

label_remember

label_remember

Your custom label for the remember field.

“记住”字段的自定义标签。

For example,

例如,

[wp_login_form label_remember="Remember"]

  [wp_login_form label_remember =“记住”]

The default is “Remember Me”.

默认值为“记住我”。

label_log_in

label_log_in

Your custom label for the form submit button.

您的表单提交按钮的自定义标签。

For example,

例如,

[wp_login_form label_log_in="Submit"]

  [wp_login_form label_log_in =“提交”]

The default is “Log In”.

默认值为“登录”。

id_username

id_username

Your own custom ID for the username field.

您自己的用户名字段的自定义ID。

For example,

例如,

[wp_login_form id_username="wp_user_login"]

  [wp_login_form id_username =“ wp_user_login”]

The default is “user_login”.

默认值为“ user_login”。

id_password

id_password

Your own custom ID for the password field.

您自己的密码字段的自定义ID。

For example,

例如,

[wp_login_form id_password="wp_user_pass"]

  [wp_login_form id_password =“ wp_user_pass”]

The default is “user_pass”.

默认值为“ user_pass”。

id_remember

id_remember

Your own custom ID for the remember field.

您自己的记住字段的自定义ID。

For example,

例如,

[wp_login_form id_remember="login_rememberme"]

  [wp_login_form id_remember =“ login_rememberme”]

The default is “rememberme”.

默认值为“记住”。

id_submit

id_submit

Your own custom ID for the form submit button.

您自己的表单提交按钮的自定义ID。

For example,

例如,

[wp_login_form id_submit="login_form_submit"]

  [wp_login_form id_submit =“ login_form_submit”]

The default is “wp-submit”.

默认值为“ wp-submit”。

remember

记住

Specify whether to display the “Remember Me” checkbox in the WordPress login form.

指定是否在WordPress登录表单中显示“记住我”复选框。

For example,

例如,

[wp_login_form remember="0"]

  [wp_login_form记住=“ 0”]

The default is “1” (true).

默认值为“ 1”(真)。

value_username

值用户名

Your custom placeholder attribute for the username input field.

您的用户名输入字段的自定义占位符属性。

For example,

例如,

[wp_login_form value_username="Your Username"]

  [wp_login_form value_username =“您的用户名”]

The default is NULL.

默认值为NULL。

value_remember

value_remember

Specify whether the “Remember Me” checkbox in the form should be checked by default.

指定默认情况下是否应选中表单中的“记住我”复选框。

For example,

例如,

[wp_login_form value_remember="1"]

  [wp_login_form value_remember =“ 1”]

The default is “0” (false).

默认值为“ 0”(否)。

lost_password

密码丢失

Specify whether to display the “Lost your password?”

指定是否显示“忘记密码”?

link in the form.

链接形式。

For example,

例如,

[wp_login_form lost_password="0"]

  [wp_login_form lost_password =“ 0”]

The default is “1” (true).

默认值为“ 1”(真)。

安装步骤

a.

a。

1. Go to the Plugins menu

1.转到“插件”菜单

2. Add new plugin

2.添加新的插件

3. Search “Crowdfunding Login Form”

3.搜索“众筹登录表格”

4. Install and activate

4.安装并激活

5. Create a new page and add this shortcode: [wp_login_form redirect=”https://Your-Site.test/cf-dashboard”]

5.创建一个新页面并添加以下代码:[wp_login_form redirect =” https://Your-Site.test/cf-dashboard”]

6. Enjoy

6.享受

b.

b。

1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.

1.将插件文件上传到 / wp-content / plugins / plugin-name 目录,或直接通过WordPress插件屏幕安装插件。

2. Activate the plugin through the ‘Plugins’ screen in WordPress

2.通过WordPress中的“插件”屏幕激活插件

3. Create a new page and add this shortcode: [wp_login_form redirect=”https://Your-Site.test/cf-dashboard”]

3.创建一个新页面并添加以下短代码:[wp_login_form redirect =” https://Your-Site.test/cf-dashboard”]

4. Enjoy

4.享受

下载地址
https://downloads.wordpress.org/plugin/crowdfunding-login-form.zip
-EOF-

AI助手支持GPT4.0