/ / bp_member_profile_data - Nedá sa zobraziť výsledok - php, buddypress

bp_member_profile_data - nemožno zobraziť výsledky - php, buddypress

Snažím sa pridať konkrétne pole použité vBuddyPress, ktoré ukazujú, aké hry ľudia hrajú. Chcem, aby sa objavila v zozname adresárov členov pod ich menom. Ale bez ohľadu na to, čo robím, to sa neobjaví.

Pridal som ho sem:

         * Fires inside the display of a directory member item.
*
* @since 1.1.0
*/
do_action( "bp_directory_members_item" ); ?>
<?php
/***
* If you want to show specific profile fields here you can,
* but it"ll add an extra query for each member in the loop
* (only one regardless of the number of fields you show):
*
* bp_member_profile_data( "field=the field name" );
*/

bp_member_profile_data( "field=games" );
?>

Čo som spravil zle?

odpovede:

0 pre odpoveď č. 1

Skúste to <?php echo xprofile_get_field_data( "games", bp_get_member_user_id() ); ?>