From the link I provided in the comments:
All of the templates located within
/wp-content/plugins/theme-my-login/templates are easily customizable.
Just simply pick any template you wish to edit, copy it to your
current theme’s directory and edit it as you wish. Theme My Login will
always look for templates in your current theme’s directory first,
before loading it’s own templates.
So:
- create a Page Template using the file
page.php
of your theme as model and put a template header
<?php /* Template Name: Profile Page */
- copy all the code from
/wp-content/plugins/theme-my-login/templates/profile-form.php
- paste it in your new template, substituting the loop block:
<?php while ( have_posts() ) : the_post(); ?> <?php /* code code code */ ?> <?php endwhile; // end of the loop. ?>
- now you can customize everything you need
Related Posts:
- Integrate WordPress and bbpress profiles?
- How to remove Biography from user profile admin page
- Remove Personal Options section from Profile
- Removing “Website” Field from the contact info
- How to disable profile.php for users?
- How to change profile picture in wordpress?
- Replace Gravatar with uploaded images?
- How to change admin bar color scheme in MP6 / WP 3.8 front end?
- How to create a edit profile page for users?
- How do you make the email field on the profile page read only for subscribers?
- How to add checkbox and radio button in Profile Page
- Different fields in My Profile page depending on user role
- How do I remove the ‘Show Toolbar’ option?
- How to Save Different Usermeta Fields According to User Role?
- How to change the link “Edit my profile”?
- Extra User Profile Field Upload File / Image
- remove admin bar show hide option from profile settings
- displaying custom code on a given users profile page
- Can I create front-end editable user profile pages with WordPress? How do I do it?
- Make user profile field required
- How to Get User Profile Info on a Category Page
- user-new.php less detailed after WP3.1; how to revert?
- Creating user relationships
- Best way to change profile page
- Buddypress Add unserialized Profile Fields in Members Loop [closed]
- The “Profile Picture” section just disappeared from my User Profile
- Ability to only view (not edit) other user’s personal profile information
- Fields in User Profile Page
- WP Use Profile Fields is missing
- user-edit.php profile options on TABS
- Using the filters in wordpress theme [closed]
- Add custom profile field only for site admins?
- How display Last modified in profile wordpress [closed]
- How to redirect users to their profile after they successfully edit their profile
- Custom Profile Field for
- Add and Remove fields in Profile page
- Get WordPress author link by ID
- Add a link back to site on ‘edit profile’ page for users?
- Is there a possiblity to replace profile image gravatar with custom user images
- how to add wp-user fields to front-end form
- Customize field names in backend profile edit page through function.php [duplicate]
- User profile Pick a premade Design/theme
- What is the php function for “user’s public profile”
- Use a custom page with dynamic content as a user profile page
- Gender based user avatar
- Replace a specific profile field
- How to change name “Profile”
- Need help with drop down list on the profile
- Did something change in regards to custom profile fields in WP 4.8.2 (mine have disappeared)?
- Implementing profile page in wordpress
- Set a static page as a user profile page?
- How to remove unwanted section in profile page for only users?
- allowing user to add content, photos without giving access
- Does WP “out-of-the-box” allow user profile photos? [duplicate]
- Update user from external script
- Renaming profile sections
- Renaming/translating “your profile” page
- List all authors by matching custom meta data on a category page
- Is possible to modify user_login after registration?
- get current user password on the profile edit page
- Edit profile fields with TML
- How to create a profile page for users?
- Some data of one custom user profile is erased when I update another custom user profile
- Remove Personal Options section only from subscribers profile
- Users system custom post type
- custom user profiles like linktree fully customizable on the front end
- issues having 2 reader accounts. need to log in to two different accounts
- Prevent part of plugin loading in another menu
- Is it possible to create a custom post type with blank page for Post List and Add Post Page only?
- Is it posible to multiple entry value before submit Gravity forms?
- Images in an RSS feed
- WordPress Responsive Custom Control WP Customizer
- Sticky bar with filter button and product count
- Redirrect after facebook successful login to wooommerce cart page url
- How to capture number input from wordpress form into acf field in woocommerce
- How to show metabox in custom php menu page
- How to edit the new user email notification template
- Add custom css to specific user
- Custom jQuery code in Elementor page is not working on Mac os. On Windows browser work fine
- Custom Gutenberg Block ‘Stylized List’ – Incorrect Rendering and Looping of List Items
- Encrypt User last name in wordpress for security reasons
- Multiple wp.editor in a custom widget using JQuery
- Unable to edit the 1Homepage
- How to disable the PDF preview in the file block by default
- get_the_term_list without links in archive template title tags?
- How do I get the URL section to show use a different domain in the WordPress Admin?
- Restricting page by user role
- Custom Logo: why parameters are not working at all?
- Customize style of window alert text
- Fatal error with start_lvl and start_el in an abandoned theme
- How To Fix the “Another Update is Currently in Progress” Error in WordPress
- How to show custom post type in all post section?
- This plugin helps create custom buddypress group tabs but it is producing a 404 error, how can it be edited, is it the screen_function?The code is i
- Where can I find the missing page sections in wordpress?
- Newbie question – which css file to edit
- How to prevent a user from updating other users in WordPress?
- How do i get custom fontSizes and theme fontSizes?
- how to add custome text in each products side in checkout page after pincode validation [closed]
- Create a uniqueId when a block is created or copied
- A developer set a ‘standard format’ for my blogposts on wordpress but i need to remove it, how?