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.

 

wpForo 1.x.x [Closed] wpforo social networks links problem on wordpress author widget

2 Posts
2 Users
0 Reactions
1,589 Views
Posts: 5
Topic starter
(@wifiman)
Active Member
Joined: 7 years ago

I succes to change profile page in wpforo account, fields (Display Name, etc), and can be view on wordpress author box. BUT, when I fill social networks fields in wpforo account, its cant view on wordpress author box. Please help..

1 Reply
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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' );