How it possibble to show under the name of each member in members tab, the company field from wpForo User Custom Fields, or any other custom field I added there.
Thank you.
Notifications
Clear all
Dec 28, 2021 10:51 am
4 Replies
Dec 28, 2021 1:54 pm
Hi @bar-feldman,
You can reach this by doing theme customization,
This is the Doc for theme customization:
https://wpforo.com/docs/root/forum-themes/theme-customization/
<?php wpforo_user_field( 'field', $userId ) ?>
Change the red marked field name with the field name which you need.
also change the red marked variable($userid) with the needed one.
Jan 10, 2022 11:56 am
That's good to know! Thank you!