• Resolved ramineros

    (@ramineros)


    I want to display defined user profile tabs ( about tab ) in home page by using user id ( I will add user id manually ) . How can I do this please help. Example: When someone enter website can see this user profile tabs in home page.

     $featured_user_id = 222 //id will be added manually;
    if ( $profile_id = $featured_user_id ){
    //display user tabs
    }
    else {
    echo "No featured user";
    }

    This code is a sample to express my thoughts

    • This topic was modified 2 years, 4 months ago by ramineros.
    • This topic was modified 2 years, 4 months ago by ramineros.
    • This topic was modified 2 years, 4 months ago by ramineros.
    • This topic was modified 2 years, 4 months ago by ramineros.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to display user profile tab out of User preview page ( User page )’ is closed to new replies.