Skip to main content

All Questions

Tagged with
0 votes
1 answer
94 views

Replace Header Element on Wordpress Login Page

The default Wordpress Login and Registration pages use the following markup for the page's top-level heading: <h1><a href="<?php echo esc_url( $login_header_url ); ?>"><?...
The-Coder-Who-Knew-Too-Little's user avatar
1 vote
1 answer
25 views

login_enqueue_scripts changes are not reflecting

I tried adding a custom CSS for my wp-login page and login forms within my website using the login_enqueue_scripts hook. My issue is that my changes don't initially reflect on the front end. But the ...
Nalin Vyas's user avatar
0 votes
0 answers
599 views

Replace the "wp-admin" in the URL with "xyz-admin" in WordPress dashboard

I want to replace the "wp-admin" in my URL with "xyz-admin" all across my dashboard after a user logs in. I know that there are some plugins that could help, but those plugins only ...
Programming Geek's user avatar
0 votes
1 answer
97 views

wp_login_form display no styled form

I've created a custom template for a custom theme, I need to show the vue app that will manage the front end only to logged users. I've used this code inside my functions.php file and it's supposed ...
OHICT's user avatar
  • 133
0 votes
0 answers
124 views

Remove login link from Reset Password-screen

I haven't been able to find anything useful regarding removing or hiding the "Login" link from the Reset Password screen and the screen after succesfully choosing a new password. I'm using a ...
S. Gski's user avatar
0 votes
0 answers
126 views

Why am I not able to login to the admin

After the login credentials are submitted, the login page is retained. There is no invalid username or password message. The URL changed from wp-admin to wp-login.php with the querystrings. The ...
Jun Dolor's user avatar
  • 101
0 votes
1 answer
69 views

How to authenticate/verify login credentials & check for user meta without logging in?

I have custom login form and i used wp_signon() to authenticate. However, i wanted to run an additional check for usermeta and if the user has account_status === pending, throw an error or or prevent ...
CruzZ's user avatar
  • 11
1 vote
1 answer
1k views

Removing "There is no account with that username or email address." error message in "/wp-login.php?action=lostpassword"

Would like to find out if there is any way I could customize the wp_login page to remove the "There is no account with that username or email address." validation (show below) and any email/...
BBBBB86's user avatar
  • 23
1 vote
2 answers
2k views

Customizing login error messages

Where and how would I be able to customize the login error messages? "Error: The username <> is not registered on this site. If you are unsure of your username, try your email address ...
ceetee's user avatar
  • 11
0 votes
1 answer
908 views

wp_login_form() redirect same page

Im trying to redirect same page using wp_login_form(). this is my code function loginform() { if ( is_user_logged_in()){ echo '<p> <a href="'.esc_url(home_url('/my-dashboard/')).'" ...
chamboy's user avatar
0 votes
0 answers
135 views

How do I change the language of the login page to Arabic?

I have a website where the backend is english and the frontend is Arabic. My wordpress login is in English but i want to make it Arabic. I have tried the first solution listed here How do I change the ...
Abdul-aziz's user avatar
0 votes
1 answer
70 views

How do you implement a login feature on a Wordpress site?

How do you implement a login feature on a Wordpress site? I am wondering if Wordpress natively supports a login feature for the webpage itself. I am not talking about implementing a login page for the ...
Sayaman's user avatar
  • 135
0 votes
1 answer
163 views

Why can I log into wp-login.php and not wp-admin.php?

I have recently changed the config.php file in Wordpress in my FTP because the URL was wrong ( I did it with define('WP_SITEURL', 'http://www.myyyysite.com'); define('WP_HOME', 'http://www.myyyysite....
Michelle T.'s user avatar
0 votes
1 answer
24 views

animate.style on wp-login.php

I am relatively new to WordPress code and would like to enhance my login page with https://animate.style/ or other jQuery code. Do you think there are any security concerns in doing this? Thanks for ...
Robin Alexander's user avatar
2 votes
1 answer
1k views

how to use reCaptcha v3 in wordpress custom login form?

I tried to create a custom login form and custom register form by ajax. I have been successful to make that and you can see my code below for custom login form. the issue is, I need to use reCaptcha ...
Sh.Dehnavi's user avatar

15 30 50 per page
1
2 3 4 5
11