Hi,
Is there a way to post in a regular page the user info from the profile page, so when a user is logged in he can see the info he entered in the profile page?
It should be short codes or tags that i can use?
Thanks
Hi,
Is there a way to post in a regular page the user info from the profile page, so when a user is logged in he can see the info he entered in the profile page?
It should be short codes or tags that i can use?
Thanks
Yes - it's possible. See the WP user functions.
Thanks, now is it possible to use for example :
<?php get_profile( $field, $user ); ?>
in the html editor of a page / post?
thanks
No - you can't use PHP in the post content. You need to use these functions within a template file or your theme's functions.php file.
This topic has been closed to new replies.