Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • @goldroo

    Participant

    Still not right, although I format the code as code, it does not quite post correctly.
    See here for the correct code: https://wordpress.org/support/topic/adding-biographical-info-and-other-info-to-the-buddypress-profile-page

    @goldroo

    Participant

    The code above is not quite correct, I’ll try to add it again without the php statement:
    `$key = ‘description’;
    $single = true;
    $user_last = get_user_meta( (bp_displayed_user_id()), $key, $single );
    echo ” . $user_last . ”; `

    @goldroo

    Participant

    Figured out how to add the description:
    `<?php
    $key = 'description';
    $single = true;
    $user_last = get_user_meta( (bp_displayed_user_id()), $key, $single );
    echo '’ . $user_last . ”;
    ?>`

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar