Title: Isabelann's Replies | WordPress.org

---

# Isabelann

  [  ](https://wordpress.org/support/users/isabelann/)

 *   [Profile](https://wordpress.org/support/users/isabelann/)
 *   [Topics Started](https://wordpress.org/support/users/isabelann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/isabelann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/isabelann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/isabelann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/isabelann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/isabelann/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customer Login Page](https://wordpress.org/support/topic/customer-login-page/)
 *  Thread Starter [Isabelann](https://wordpress.org/support/users/isabelann/)
 * (@isabelann)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/customer-login-page/#post-7576348)
 * well i will poke around and see if i can figure it out blindly (intuitively)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customer Login Page](https://wordpress.org/support/topic/customer-login-page/)
 *  Thread Starter [Isabelann](https://wordpress.org/support/users/isabelann/)
 * (@isabelann)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/customer-login-page/#post-7576347)
 * I tried a plugin called simple membership but it was too much for what I need.
   I have also contacted a programmer who may work with me.
 * Today I am testing a plug in called Peter’s Login Redirect, but so far the ”language”
   is beyond me:
 * You can write your own code logic before any of this plugin’s checks for user-
   specific, role-specific, and capability-specific redirects, as well as before
   the fallback redirect URL.
 * Available filters are:
 * rul_before_user
    rul_before_role rul_before_capability rul_before_fallback Each
   takes the same 4 parameters:
 * $custom_redirect_to: This is set as false in case you don’t have any redirect
   URL to set. Return this instead of false in case you have multiple filters running.
   
   $redirect_to: Set by WordPress, usually the admin URL. $requested_redirect_to:
   Set by WordPress, usually an override set in a GET parameter. $user: A PHP object
   representing the current user. Your return value in your own code logic should
   be the URL to redirect to, or $custom_redirect_to to continue the plugin’s normal
   checks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customer Login Page](https://wordpress.org/support/topic/customer-login-page/)
 *  Thread Starter [Isabelann](https://wordpress.org/support/users/isabelann/)
 * (@isabelann)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/customer-login-page/#post-7576248)
 * Okay, great idea, I will!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Customer Login Page](https://wordpress.org/support/topic/customer-login-page/)
 *  Thread Starter [Isabelann](https://wordpress.org/support/users/isabelann/)
 * (@isabelann)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/customer-login-page/#post-7576233)
 * thank you! I’m ”off to the races”
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] newbie questions about customizr child](https://wordpress.org/support/topic/newbie-questions-about-customizr-child/)
 *  Thread Starter [Isabelann](https://wordpress.org/support/users/isabelann/)
 * (@isabelann)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/newbie-questions-about-customizr-child/#post-4848944)
 * I want the phone number and email to contact directly when clicked on a mobile
   device. The code I have been using is a href links:
 *     ```
       <a href="8505454401">850-543-0715</a> • <a href="mailto:kenleydesign@gmail.com?Subject=Inquiry%20from%20the%20website...">mail@example.com</a>
       ```
   
 * _[Moderator note: Please wrap your code in backticks. Your code may have now 
   been corrupted by this forum’s parser]_
 * I don’t know how to insert it in the text content on my word press Customizr 
   theme.
 * Thanks, Isabel

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