Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding Custom Fields to members-loop.php doesnt work


  • jamesparkin
    Participant

    @jamesparkin

    I know this is a repeat thread, but it seems like I cant get things to work, I have default bp theme and plugin.

    So I want to add custom fields into the members-loop.php for example to display city,province under name. I have the code but it doesnt work. Only a blank space, do I have to add anything to the functions.php or something. I can get CIMY EUF to work but I want to be able to use the built in fields instead.

    thank you in advanced

    bp_member_profile_data(‘field=province’); <


    what I added

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

  • LPH2005
    Participant

    @lph2005

    Writing from ignorance but should the Field Name start with the capital letter P?

    `bp_member_profile_data( ‘field=Province’ )`

    It should be
    `echo bp_member_profile_data(‘field=province’); `

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Custom Fields to members-loop.php doesnt work’ is closed to new replies.
Skip to toolbar