Title: Link Customize for
Last modified: December 29, 2022

---

# Link Customize for

 *  Resolved [kaorisensei](https://wordpress.org/support/users/kaorisensei/)
 * (@kaorisensei)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/link-customize-for/)
 * Hi, Thank you for your support.
 * Where do I set up to change the login link that appears below? By default, it
   redirects to WP-login, but I want to link to the member login page.
 *     ```wp-block-code
       This content is protected, please login and enroll in the course to view this content!
       ```
   
 * HTML:
 * <a class=”lp-link-login” href=”[https://linkupnippon.com/wp-login.php?redirect_to=https%3A%2F%2Flinkupnippon.com%2Fcourses%2Fhiragana-course%2Flessons%2Flesson0%2F”>login</a&gt](https://linkupnippon.com/wp-login.php?redirect_to=https%3A%2F%2Flinkupnippon.com%2Fcourses%2Fhiragana-course%2Flessons%2Flesson0%2F”>login</a&gt);
    -  This topic was modified 3 years, 5 months ago by [kaorisensei](https://wordpress.org/support/users/kaorisensei/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flink-customize-for%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [ThimPress](https://wordpress.org/support/users/thimpress/)
 * (@thimpress)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/link-customize-for/#post-16329488)
 * Hi kaorisensei,
   You can reference the code below to the functions.php file:
 *     ```wp-block-code
       add_filter('learn-press/login-url', function($url_login){
        $url_login = 'link you want add';
        return $url_login;
       });
       ```
   
 * Thanks.
 *  Thread Starter [kaorisensei](https://wordpress.org/support/users/kaorisensei/)
 * (@kaorisensei)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/link-customize-for/#post-16329540)
 * Thank you for your quick response. I was able to make the change.

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

The topic ‘Link Customize for’ is closed to new replies.

 * ![](https://ps.w.org/learnpress/assets/icon-256x256.gif?rev=3254420)
 * [LearnPress - WordPress LMS Plugin for Create and Sell Online Courses](https://wordpress.org/plugins/learnpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/learnpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/learnpress/)
 * [Active Topics](https://wordpress.org/support/plugin/learnpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/learnpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/learnpress/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kaorisensei](https://wordpress.org/support/users/kaorisensei/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/link-customize-for/#post-16329540)
 * Status: resolved