Results 1 to 4 of 4

Thread: Tip: Customize your login page!

  1. #1
    Thread Starter
    Rookie g-saint's Avatar
    Join Date
    Jun 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Tip: Customize your login page!

    Hi,

    If you want to modify the login page to the WP login page, just follow the steps below:

    1. In functions/custom-options.php remove this section. It should be around line 351.

    Code:
    if ( $pagenow == "wp-login.php" && $_GET['action'] != 'logout' && !isset($_GET['key']) ) {
    add_action('init', 'cp_login_init', 98);
    add_filter('wp_title','cp_title');
    add_action('wp_head', 'cp_login_css');
    }
    2. Upload your file and that should do it!

    3. Now, if you want to customize your login page, you can install the plugin on this website: http://www.binarymoon.co.uk/projects/bm-custom-login/. This is ideal for those who want to brand their login page...



    4. In my case, I force everyone to login to see the pages, so no one will be able to see the actual website. So whoever goes to my website, they can't see what's behind the login page, because the plugin redirects them to the login page. Here's the plugin I used to to that: http://wordpress.org/extend/plugins/force-user-login/

    5. That's all! I hope this will help in some way...

  2. #2
    Veteran pinocchio's Avatar
    Join Date
    Sep 2010
    Location
    United Kingdom
    Posts
    633
    Thanks
    83
    Thanked 21 Times in 16 Posts
    Thank u ! it may not be useful for some people ecp. for LTR language websites but for me who is using RTL WP 's a great job!!!

  3. #3
    Veteran pinocchio's Avatar
    Join Date
    Sep 2010
    Location
    United Kingdom
    Posts
    633
    Thanks
    83
    Thanked 21 Times in 16 Posts
    Dear G-saint It's great ! but there's sth I can't get ! I'm using CP 3.0.4 where is this coed ? in which file ?
    u said upload the file should do it ? which file must be uploaded ? ain't the plugin enough ?

    plz let me know I really need it!

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    @pinocchio, please see my comment to you in the other thread http://appthemes.com/forum/showthrea...-WP-Login-Page

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)