Sunday 5 March 2017

Learn How to Create a Custom Login Page for WordPress


In a previous post, we learned how to create a custom user registration page that enables users to sign up from the front-end of our WordPress site with our plugin ProfilePress. In this tutorial, we will learn how to build a custom login page that will contain a form registered users can log in to our site with using ProfilePress again. The front-end custom login page we will be building from scratch will take the form of the design below.
Ready? Let’s Go
First off, install and activate ProfilePress plugin.
Click the Login Form menu followed by the Add New button.
Copy the code below to the Login Design TinyMCE editor.
12345678

Log in

[login-username placeholder=”Username”] [login-password placeholder=”Password”] [login-submit value=”Log In”]

To add Google’s captcha (No CAPTCHA reCAPTCHA) to the form to help protect against brute force login, add the shortcode [pp-recaptcha] preferably before the submit button
[login-submit value="Log In"]
To give styling to the login form, paste the CSS below to CSS Stylesheet
Source: https://managewp.org/articles/14512/learn-how-to-create-a-custom-login-page-for-wordpress




source https://williechiu40.wordpress.com/2017/03/06/learn-how-to-create-a-custom-login-page-for-wordpress/

No comments:

Post a Comment