Display user page programatically

4.71K viewsCore
0

Hi, we use a drag & drop site builder plugin such as SiteOrigin or Elementor.
And in one content area of the page, we would like to display the current user’s about page.

Is this the correct way?

<br />
<?php<br />
set_query_var('user_page', 'about');<br />
ap_user_page();<br />
?><br />

0

Will user management be added back in later? Thanks.

0

Hello,

We have removed about page from AnsPress. Now there are only questions, answers, notifications, etc.

commented on answer

Hi Rahul, Thanks for the quick reply. Does that mean there is no more stats for the user (such as profile views, last seen), user profile data, followers, following, etc? Is there any way to bring them back? Or do we have to integrate with other user management plugin?