Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to redirect Home link to Profile Page

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

  • John James Jacoby
    Keymaster

    @johnjamesjacoby

    Try

    href="<?php echo bp_core_get_userurl(get_current_user_id()) ?>"


    Kieran
    Participant

    @cozzie

    Brilliant! Thanks again John!!


    peterverkooijen
    Participant

    @peterverkooijen

    Good idea!

    As an alternative approach, how can I include some profile page content in the homepage? I’d probably have to use that is_user_logged_in() code, right?

    I’ll look into that later and report back…


    Kelly L Brindle
    Participant

    @kbrindle2002

    I have the “Theme My Login” plugin installed, obviously when a user clicks on the “profile” link it goes to wp-admin/profile.php page instead of /members/[username]/profile. There are options to put a new URL, and I tried to copy John’s but it’s not workin, any ideas?

    My site is momchatter.com


    dwarfsibling
    Participant

    @dwarfsibling

    >>href=”<?php echo bp_core_get_userurl(get_current_user_id()) ?>”<<

    Where do you put this, please? – I would like my home page to default to the user profile if they are logged on, or a ‘sign up here’ page if they aren’t seems like the right idea, but I’m unclear on the details


    Evelyn
    Participant

    @etinsley

    How do I get the Home page link to point to my site address instead of the wordpress address? I reset my wordpress address and site address on Settings>General. I think I have a very simple question for someone with a little experience.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to redirect Home link to Profile Page’ is closed to new replies.
Skip to toolbar