Link register
-
Hi,
Is it possible to replace the register link ?Thank you
-
Hi viriis,
If you want to replace the register link form Your wp-login page.
Follow below instructions.
Go to Your core plugin directory
take backup of “admin-custom-login.php” file.
Now Open “admin-custom-login.php” file into any text editor.
Paste below code in line number 140
add_filter( ‘register_url’, ‘acl_replace_register_page_link’ );
function acl_replace_register_page_link( $register_url ) {
return ‘Enter-Or-Past-New-Link’;
}Mention New Link that your want to use to Replace with registration link on return section of the function.
now save the changes.
if you have any confusion or problem you can frequently ask
thanks
Thank you very much for your answer but i have a problem
look
http://www.yoxpo.com/voyage/wp-login.phpcss a probleme? no?
Registration on the link sent to wp-login.php
otherwise it is possible to remove the footer and add it myself links in the footer?
Thanks
And two plugin activate?
it s ok for two plugin activate it s my fault
Hi
i look you problem
First issue that i found is css related problem.
For this you have to modified some code.
Go to Your core plugin directory >> login-form-screen.php file.
Now open “login-form-screen.php” file into any text editor.
Copy the code from this Link and replace the whole code of “login-form-screen.php” file.
now save the File
same as
Go to Your core plugin directory >> css >> socialcss.php file.
Now open “socialcss.php” file into any text editor.
Copy the code from this Link and replace the whole code of “socialcss.php” file.
now save the File.
For second issue
1. is your registration Link redirect you to login page ??
2. or you want to hide registration link ??
sorry doesn’t work page blank
we will be simpler just want the link lost password
is’it possible
thankssoory,
not just delete all footerHi viriis,
If You Want to remove all footer than use that css
For Remove the lost password link :-
p#nav { display: none; }For Remove the “Back to” link :-
#backtoblog > :first-child{ display:none; }Put these css in “login-form-screen.php” page at line number 257
and save the changes.
for remove registration link
Go to general settings option in admin menu of your wordpress and uncheck Membership
thanks
Thank you very much
it’s works
Thanks and very good plugin 🙂
You are welcome viriis,
Let us know if we can do anything else for you today. We’ll glad to help!
Thanks
really Thank you for your support
The topic ‘Link register’ is closed to new replies.