Forums

[resolved] Creating a login Splash/frontpage page for different clients (5 posts)

  1. conradschoice
    Member
    Posted 2 years ago #

  2. conradschoice
    Member
    Posted 2 years ago #

    just click on my post content and you will find the template

  3. Edward Caissie
    Member
    Posted 2 years ago #

    Have a look at this function: http://codex.wordpress.org/Function_Reference/wp_login_url

    with more details here: ../wp-includes/general-template.php

    wp_login_url (line 189)

    Returns the Log In URL.

    Returns the URL that allows the user to log in to the site

    * since: 2.7
    * uses: site_url() - To generate the log in URL
    * uses: apply_filters() - calls 'login_url' hook on final login url

    void wp_login_url ([string $redirect = ''])

    * string $redirect: Path to redirect to on login.

    It may help with what you are trying to accomplish ...

  4. conradschoice
    Member
    Posted 2 years ago #

    Thanks for the reply Cais

    I will try this out and let you know. :)

  5. conradschoice
    Member
    Posted 2 years ago #

    Hi Cais

    What I did so far is to create a homepage with a login on the right and
    when a client logs in they are redirected to their profile page.
    I used a plugin called Ajax-login Version 1.0 | By Jonas Einarsson | for this.It is not completely compatable with the newest version of WordPress though, so I am researching other plugins to use for this.
    Anyway, you can check out the site at http://fountainhead.co.za/ftp/

    Let me know what you think :)

Topic Closed

This topic has been closed to new replies.

About this Topic