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
Paid Addons Support Forum Only
Please note, that here we only support Paid Addons issues and questions.
gVectors Support staff works from 6am to 6pm (GMT+0)
All questions related to wpForo and wpDiscuz free plugins should be asked in the corresponding plugin support forum:
Dec 28, 2021 6:51 am
2 Replies
Dec 28, 2021 9:54 am
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 7:56 am
That's good to know! Thank you!