Page 1 of 1

Login Form

PostPosted: July 6th, 2011, 8:22 am
by dotips
Hi all,

Sorry if stupid question, but I just cannot find a basic feature: how to choose the page where is the login form located. I mean, when I setup the login welcome page, it redirects the user to a signup page instead. But what about people who are already registered and want just login ? How to create a "Login page" the user can directly goes, enter nickname or email address /password then they land into the protected content ?

I can't find the shortcode to setup the login page, thx for time & help

Dot

Re: Login Form

PostPosted: July 7th, 2011, 2:03 am
by Cristián Lávaque
The URL to the login page is /wp-login.php if you have WordPress in the rood directory of the website. Basically, wherever you load your WordPress installation, that's the directory, add wp-login.php at the end.

There's a Meta widget that has the login link by default in WordPress. WP Admin -> Appearance -> Widgets -> Meta

Many themes have a login link added to the navigation somewhere in them, too.

There are other widgets that allow this kind of functionality, as well. viewtopic.php?f=36&t=2781

I hope that helps. :)

Re: Login Form

PostPosted: July 7th, 2011, 2:30 am
by dotips
Hi Cristian,

Thx much for your reply & support :) Yes it helps !

Re: Login Form

PostPosted: July 7th, 2011, 3:28 am
by Cristián Lávaque
Great. :)