Tagged Questions
1
vote
1answer
24 views
Remove Links from Login page
I want to remove all the links from my network login page ("Register","Lost your password" and "Back to site") how can i do that?
0
votes
0answers
14 views
login on my custom website using wordpress users information,
I am working on a custom php website, that is not in wordpress, its in phpCake, this site is about to complete.
my client said, login sections should work using same users that are in his other site ...
0
votes
1answer
185 views
Properly customizing login/register form
I'm working on a customized login form for WordPress. I noticed that it's pretty difficult to achieve what I wanted.
Here's the HTML of the form:
<form method="post" action="<?php ...
1
vote
1answer
1k views
Custom Login and Registration form in Ajax
How to create the custom login/Registration form using AJAX.
0
votes
1answer
63 views
URL and Site title outputting on Login page
After the body tag, Wordpress is outputting the site url & site name in the Login page (wp-login.php). I think do_action( 'login_head' ); is responsible somehow but not sure how to modify this ...
0
votes
1answer
69 views
Is it possible to integrate a custom login feature with wordpress?
I'm looking for a way for members of my site to be able to post comments on the site's wordpress blog, and have their name and avatar from the site show up next to their comments.
Is there a way to ...
0
votes
1answer
749 views
Redirect to requested page after (custom) login
I am developing a WP site locally and I want the content to be viewable only to users that have logged in, except for the front page that's visible to everyone.
When a non-logged in user clicks on a ...
2
votes
3answers
846 views
Adding extra authentication field in login page
I am going to enhance my WordPress authentication page. My idea is that simply adding an extra field into the login page. The extra field will require user to enter personal identification code (4 to ...
1
vote
1answer
208 views
Custom Log In Screen - Disable password recovery [duplicate]
Possible Duplicate:
Change login error messages
I'm creating a custom log in page on a wordpress install and would like to remove the "Lost your password?" link from the "ERROR: Invalid ...
1
vote
1answer
179 views
What is the proper way to apply the login_form_bottom filter?
Here is my current code.
function custom_login_footer() {
return '<p>text text text</p>';
}
add_filter('login_form_bottom', 'custom_login_footer');
I am trying to add text below the ...
4
votes
5answers
1k views
Change the login button on the login page
I would like to be able to change the text on the Log In button in wp-login.php - however, it's a bit more complicated than that. I want to be able to change it in the theme, rather than editing the ...

