Title: link redirection
Last modified: August 31, 2016

---

# link redirection

 *  [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/)
 * hello, congratulation for your work, I have many members with special page members.
   the redirection plugin works but if the member out this page to oblige deconecter
   to again be on this page. Is it possible to link to you “my page” for many redirection.
   
   Thank you
 * [https://wordpress.org/plugins/simple-membership/](https://wordpress.org/plugins/simple-membership/)

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

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994441)
 * Hi deuns26, can you explain your question a bit further. I am not sure what you
   mean?
 * Thank you
 *  Thread Starter [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994444)
 * Sorry for my English , it is possible to create a link from the menu on the redirection
   page for the member?
 * because if the member leaves the redirect page can not find her.
 * to find the redirect page is forced to disconnect and reconnect.
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994445)
 * Hi, let me know if this is what you mean.
 * What you want to know is, if there is a way to add a link to the menu that the
   members see when they log in which points to the redirect page added to the member?
   Is is what you mean?
 *  Thread Starter [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994447)
 * yes
 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994448)
 * Okay thank you for reporting back. The plugin developers will investigate further
   your request.
 * Thank you
 *  Thread Starter [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994449)
 * Thank you for your work , I expect from you.
 *  Thread Starter [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994546)
 * hello, do you have any new?
 *  Plugin Author [wp.insider](https://wordpress.org/support/users/wpinsider-1/)
 * (@wpinsider-1)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994558)
 * There is no existing option for it as the menu items come from your theme.
 * Our plugin has functions that you can use to create custom code (that changes
   your navigation menu item):
    [https://simple-membership-plugin.com/simple-membership-miscellaneous-php-tweaks/](https://simple-membership-plugin.com/simple-membership-miscellaneous-php-tweaks/)
 *  Thread Starter [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994613)
 * Thank,
 * I find a code that works but is it possible to have a shortcut, I have a lot 
   of line with 400 member.
    it is necessary that ‘echo’, reference link after connection.
 *     ```
       <?php
       $member_id = SwpmMemberUtils::get_logged_in_members_id();
       if ($member_id == "1"){
           echo "To find your private page, voici le lien : <a href=\"http://pagemembre1.com/\">Ma Page Privé</a>";
       }
   
       if ($member_id == "2"){
           echo "To find your private page, voici le lien  : <a href=\"http://Lien2.com/\">Ma Page Privé</a>";
       }
   
       if ($member_id == "3"){
           echo "To find your private page, voici le lien  : <a href=\"http://Lien3.com/\">Ma Page Privé</a>";
       }
       if ($member_id == "400"){
           echo "Pour retrouver ma page privé, voici le lien 5 : <a href=\"http://Lien400.com/\">Ma Page Privé</a>";
       }
       ?>
       ```
   
 * Thank you for your work , I expect from you.
 *  Thread Starter [deuns26](https://wordpress.org/support/users/deuns26/)
 * (@deuns26)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994636)
 * new ?
    thx

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

The topic ‘link redirection’ is closed to new replies.

 * ![](https://ps.w.org/simple-membership/assets/icon-128x128.png?rev=974529)
 * [Simple Membership](https://wordpress.org/plugins/simple-membership/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-membership/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-membership/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-membership/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-membership/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-membership/reviews/)

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)

 * 10 replies
 * 3 participants
 * Last reply from: [deuns26](https://wordpress.org/support/users/deuns26/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/link-redirection-4/#post-6994636)
 * Status: not resolved