WordPress.org

ئۇيغۇرچە

  • ئۆرنەكلەر
  • قىستۇرمىلار
  • خەۋەرلەر
  • قوللاش
  • ھەققىدە
  • WordPress كە ئېرىشىش
WordPress كە ئېرىشىش
WordPress.org

Plugin Directory

WP Login Form

  • قىستۇرما تاپشۇرۇڭ
  • ياقتۇرغانلىرىم
  • تىزىمغا كىرىڭ
  • قىستۇرما تاپشۇرۇڭ
  • ياقتۇرغانلىرىم
  • تىزىمغا كىرىڭ

WP Login Form

يازغۇچى Noor Alam
چۈشۈر
  • تەپسىلاتلار
  • باھالاشلار
  • ئورنىتىش
  • ئىجادىيەت
قوللاش

چۈشەندۈرۈش

WP Login Form allows you to create a simple login form for use anywhere on the front end of your WordPress site. You can add it to a post, page or your sidebar with a shortcode.

WP Login Form Add-ons

  • Force Redirect
  • Custom Error

How to Create a Custom Login Page for WordPress

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 a lost password link in the form. For example,

[wp_login_form lost_password="0"]

The default is «1» (true).

label_lost_password

Your custom label for the lost password link. For example,

[wp_login_form label_lost_password="Reset Password"]

The default is «Lost your password?».

How to Enable Google reCAPTCHA

WP Login Form supports Google reCAPTCHA v3 to protect your login form against spam and other types of automated abuse. To enable this feature, go to «Settings > WP Login Form» and configure these options.

  • Enable Google reCAPTCHA v3
  • Site Key

For detailed documentation please visit the WordPress Login Form plugin page

ئېكران كەسمىسى

  • WP Login Form Demo

ئورنىتىش

  1. Go to the Add New plugins screen in your WordPress Dashboard
  2. Click the upload tab
  3. Browse for the plugin file (wp-login-form.zip) on your computer
  4. Click «Install Now» and then hit the activate button

FAQ

Can I use this plugin to create a WordPress login form or Widget?

Yes.

Can I embed the WordPress login form into a post/page?

Yes.

باھالاشلار

Buen plugin

joelramirezleal 2025-يىلى 12-ماي
Básico y funcional

Error Trapping

spchurch 2024-يىلى 23-ماي
There is no error trapping if login fails, it defaults to the standard login screen instead of looping back to retry. This seems to be an ongoing requests for a number of years. Also there is a formatting error for lost password label and the logout is text and not a button as per the login button. If these were fixed I would happily give the plugin a 5 star.

Simplement WOW

stefamoi 2023-يىلى 29-مارت
Facilite à utiliser et fonctionne très bien. 👍🏻

Poor user experience

lengyelzsombor 2023-يىلى 12-مارت
The user experience is not so good

Stable plugin

crimsonblackbeard 2021-يىلى 6-ئۆكتەبىر
This plugin is rock solid, it just works out of the box without any requirements of paying for a premium version (most others plugins require premium for having some extra features).

Does what it says on the tin

jinwha 2020-يىلى 13-مارت
Simple yet effective plugin 🙂
13 باھالاشنىڭ ھەممىنى ئوقۇش

تۆھپىكار ۋە ئىجادكار

«WP Login Form» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار
  • Noor Alam

«WP Login Form» 9 تىلغا تەرجىمە قىلىنغان. تەرجىمانلارنىڭ تۆھپىسى ئۈچۈن رەھمەت.

«WP Login Form» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

1.0.13

  • Added support for custom error add-on.

1.0.12

  • Additional check for the settings link.

1.0.11

  • Added a CSS class for the lost password link.

1.0.10

  • Made some improvements in the settings area.

1.0.9

  • Fixed an issue with reCAPTCHA script loading when not enabled.

1.0.8

  • Added support for the force redirect option that can used to redirect all successful WordPress logins to a specific URL.

1.0.7

  • Fixed an issue where the shortcode_tag filter was not returning any output for admin pages.

1.0.6

  • Added support for Google reCAPTCHA v3.

1.0.5

  • Added an option to customize the «Lost your password?» message.

1.0.4

  • Made some security related improvements in the plugin

1.0.3

  • Added an option to show/hide the «Lost your password?» link in the form.

1.0.2

  • Added an option to the login form to reset a password

1.0.1

  • First commit

Meta

  • Version 1.0.13
  • ئاخىرقى يېڭىلانغان ۋاقىت 2 ئاي بۇرۇن
  • ئاكتىپ ئورنىتىش سانى 8,000+
  • WordPress نەشرى 3.0 ياكى يۇقىرى
  • 6.8.1 دا سىنالغان
  • تىل

    Chinese (Taiwan)، Czech، Dutch، Dutch (Belgium)، English (US)، Spanish (Chile)، Spanish (Colombia)، Spanish (Spain)، Spanish (Venezuela) ۋە Swedish.

    تىلىڭىزغا تەرجىمە قىلىڭ

  • بەلگە
    formloginmembermembershipuser
  • ئالىي كۆرۈنۈش

دەرىجە

4.6/5 يۇلتۇز
  • 10 5-star reviews 5 يۇلتۇز 10
  • 1 4-star review 4 يۇلتۇز 1
  • 2 3-star reviews 3 يۇلتۇز 2
  • 0 2-star reviews 2 يۇلتۇز 0
  • 0 1-star reviews 1 يۇلتۇز 0

ئىنكاسىمنى قوش

بارلىق ئىنكاسنى كۆرسەت

تۆھپىكار

  • Noor Alam

قوللاش

يېقىنقى ئىككى ئايدا ھەل قىلىنغان مەسىلە:

0 / 1

قوللاش مۇنبىرىنى كۆرسەت

ئىئانە

بۇ قىستۇرمىنىڭ ياخشىلىنىشىنى قوللامسىز؟

بۇ قىستۇرمىغا ئىئانە قىلىش

  • ھەققىدە
  • خەۋەر
  • مۇلازىمىتىر
  • شەخسىيەت
  • كۆرگەزمە
  • ئۆرنەكلەر
  • قىستۇرمىلار
  • ئەندىزە
  • ئۈگىنىش
  • قوللاش
  • ئىجادكارلار
  • WordPress.tv ↖
  • قاتناشقان
  • پائالىيەت
  • ئىئانە ↖
  • Five for the Future
  • WordPress.com ↖
  • Matt ↖
  • bbPress ↖
  • BuddyPress ↖
WordPress.org
WordPress.org

ئۇيغۇرچە

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Facebook بېتىمىزنى زىيارەت قىلىڭ
  • Instagram ھېساباتىمىزنى زىيارەت قىلىڭ
  • LinkedIn ھېساباتىمىزنى زىيارەت قىلىڭ
  • Visit our TikTok account
  • YouTube قانىلىمىزنى زىيارەت قىلىڭ
  • Visit our Tumblr account
كود شېئىرغا ئوخشايدۇ.