Title: Profile
Last modified: July 16, 2019

---

# Profile

 *  Resolved [kklo](https://wordpress.org/support/users/kklo/)
 * (@kklo)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/profile-8/)
 * Hi,
 * I installed it and it’s working, but I have a question.
 * On the profile page does not appear the created fields, like using a theme, I
   believe that the fields should not appear.
 * I would like to know how to insert these created fields manually into the profile
   page.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/profile-8/#post-11754345)
 * Hi,
 * Thank you for contacting us!
 * In order to display fields with data in the frontend you can use a shortcode `[
   prflxtrflds_user_data display=* user_role=* user_id=*]`. Just replase **“”** 
   with the necessary data, all shortcode parameters ( display= user_role=* user_id
   =* ) are optional.
 *  Thread Starter [kklo](https://wordpress.org/support/users/kklo/)
 * (@kklo)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/profile-8/#post-11791315)
 * Hi,
 * Ok, but this shortcode can only be placed on one page.
 * What would it look like if I had to place the code on the existing page of the
   theme itself? ex. user.php file
 * Thanks
    kklo
 *  Plugin Author [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * (@bestwebsoft)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/profile-8/#post-11824713)
 * Hi,
 * You provided ‘user.php’ file as an example. WordPress uses this file to display
   the user’s profile page. Our Profile Extra Field plugin displays it’s extra fields
   on this page, see the screenshot – [https://prnt.sc/orhay9](https://prnt.sc/orhay9).
   If the fields are not displayed on profile page – please check ‘Field Properties’
   option in the exact field settings and select all necessary roles – [https://prnt.sc/orhaq3](https://prnt.sc/orhaq3).
 * If you need to use shortcode in a custom .php or .html page – add the next line
   of code to the correct place: `<?php echo do_shortcode( "[prflxtrflds_user_data
   display=* user_role=* user_id=*]" ); ?>`.
    Just replase “” with the necessary
   data, all shortcode parameters ( `display= user_role= user_id=*`) are optional.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Profile’ is closed to new replies.

 * ![](https://ps.w.org/profile-extra-fields/assets/icon-256x256.gif?rev=2581862)
 * [Profile Extra Fields by BestWebSoft](https://wordpress.org/plugins/profile-extra-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-extra-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-extra-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-extra-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-extra-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-extra-fields/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [bestwebsoft](https://wordpress.org/support/users/bestwebsoft/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/profile-8/#post-11824713)
 * Status: resolved