AI Search
Classic Search
Notifications
Clear all
1 Reply
Feb 11, 2019 4:23 pm
Hi wifiman,
The wpForo fields are designed to be displayed only on wpForo pages. In your case, if you want to display facebook field in author page, you need to add this code in the current page template in your active theme.
wpforo_member( $userid, 'facebook' );
Here are other examples for wpForo about and avatar fields:
wpforo_member( $userid, 'about' );
wpforo_member( $userid, 'avatar' );
