Title: HTML pages
Last modified: December 27, 2020

---

# HTML pages

 *  Resolved [sergio01](https://wordpress.org/support/users/sergio01/)
 * (@sergio01)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/html-pages-2/)
 * Hi. I would like to know where I can find the PHP/HTML url’s of each registered
   user. I mean, I know that the page url is the same for all the registered users/
   user/, but after /users/ there’s a name for every registered one /user/username.
 * So is that. I need to find the HTML pages of each user to add a code, NO to the
   user page (/user/) but the individual and unique user page (/url/username). Where
   in the archives of the plugin I can find it?
 * Hope I explained myself well. Thanks

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

 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/html-pages-2/#post-13866036)
 * Hi [@sergio01](https://wordpress.org/support/users/sergio01/)
 * Sorry for the late response. You can retrieve the Profile URL with the following
   code snippet:
 *     ```
       $user_id = 123;
       $profile_url = um_user_profile_url( $user_id );
       ```
   
 * Feel free to re-open this thread by changing the topic status to “Not Resolved”
   so we can get back to you.
 * Regards,
 *  Thread Starter [sergio01](https://wordpress.org/support/users/sergio01/)
 * (@sergio01)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/html-pages-2/#post-13868602)
 * Thanks a lot. I guess I have to create a file and add that code snippet and the
   other code I have only for that concret user. But where I supposed to put that
   created file? I mean, in what folder of the Ultimate Member archives I should
   look at? Thanks again and sorry for my ignorance.
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/html-pages-2/#post-13896652)
 * Hi [@sergio01](https://wordpress.org/support/users/sergio01/)
 * Sorry for the late response.
 * You don’t have to create a file or modify the UM core files.
 * You can add your code with Code Snippet plugin:
    [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
 * Regards,
 *  Thread Starter [sergio01](https://wordpress.org/support/users/sergio01/)
 * (@sergio01)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/html-pages-2/#post-13915783)
 * Ok. Sorry for disturbing and thanks a lot. I’try it. Regards

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

The topic ‘HTML pages’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [sergio01](https://wordpress.org/support/users/sergio01/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/html-pages-2/#post-13915783)
 * Status: resolved