This thread belongs to
Admin Custom Login
https://ww.wp.xz.cn/plugins/admin-custom-login/
I am not sure why its here?
Hello ,
If you want to get support in admin custom login plugin then you are now on right place.
At right now this feature is not available in plugin.
But don’t worry we will add it with next update in plugin.
Thanks
Hello Maltisch,
There one temporary solution is available.
you need to follow my step here to add new link on login page-
Step- 1: Go to your plugin directory and then open admin-custom-login plugin folder.
Step-2 : here you will see a file name is admin-custom-login.php open it on any editor.
Step-3 : now go to near line no. 142 and add below code there –
add_action('login_footer', 'my_addition_to_login_footer');
function my_addition_to_login_footer() {
echo '<div style="text-align:center"><a href="#" target="_new" >link to someplace fdgdgdfgd</a><div>';
}
Step-4 : add your link into href and then save your code.
Please try this and then let me know.
Thanks
Thanks for your answer.
I guess this solution is not update safe?
Unfortunatly its not working. I have tryed:
function acl_admin_custom_login_content() {
add_action('login_footer', 'my_addition_to_login_footer');
function my_addition_to_login_footer() {
echo '<a href="[email protected]" target="_new">link to someplace </a>';
}
require_once('includes/content.php');
}
Is there a cleaner solution. Should I programm a plugin or a child-plugin. Is this possible?
Thanks in advance
Hi,
Sorry but child-plugin concept is not possible in wordpress.
We will try to find another solution.
Thanks
Hello Maltisch,
Can you share me your login page url?
Thanks