Title: Link register
Last modified: August 30, 2016

---

# Link register

 *  Resolved [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/)
 * Hi,
    Is it possible to replace the register link ?
 * Thank you
 * [https://wordpress.org/plugins/admin-custom-login/](https://wordpress.org/plugins/admin-custom-login/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312092)
 * 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
 *  Thread Starter [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312093)
 * Thank you very much for your answer but i have a problem
 * look
    [http://www.yoxpo.com/voyage/wp-login.php](http://www.yoxpo.com/voyage/wp-login.php)
 * css 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
 *  Thread Starter [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312096)
 * And two plugin activate?
 * [http://recordit.co/nQdQGoDt21](http://recordit.co/nQdQGoDt21)
 *  Thread Starter [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312100)
 * it s ok for two plugin activate it s my fault
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312101)
 * 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 ](http://pastebin.com/LvrDn1nr) 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](http://pastebin.com/He2qbCpT) 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 ??
 *  Thread Starter [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312102)
 * sorry doesn’t work page blank
 * we will be simpler just want the link lost password
 * is’it possible
    thanks
 *  Thread Starter [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312103)
 * soory,
    not just delete all footer
 *  Plugin Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312110)
 * Hi 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
 *  Thread Starter [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312113)
 * Thank you very much
 * it’s works
 * Thanks and very good plugin 🙂
 *  Plugin Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312116)
 * You are welcome viriis,
 * Let us know if we can do anything else for you today. We’ll glad to help!
 * Thanks
 *  Thread Starter [viriis](https://wordpress.org/support/users/viriis/)
 * (@viriis)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312118)
 * really Thank you for your support

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Link register’ is closed to new replies.

 * ![](https://ps.w.org/admin-custom-login/assets/icon-256x256.png?rev=1121656)
 * [Admin Custom Login](https://wordpress.org/plugins/admin-custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/admin-custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/admin-custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-custom-login/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [viriis](https://wordpress.org/support/users/viriis/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/link-register/#post-6312118)
 * Status: resolved