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
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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!