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.phpof 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
- Is moving wp-config outside the web root really beneficial?
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- How To Provide Sub-Blogs Their Own Domain Names?
- Custom taxonomy: same terms, but for different years
- Best practices for A/B testing?
- Editing the Number at the end of Page URLs / Editing Page Slugs
- How to add users roles dropdown in registration in wordpress
- Can I use $wpdb for my custom tables in the WordPress database?
- What is WordPress file encoding?
- Set default text for the editor in new posts
- First completely customized theme, where should I start?
- Are there any security issues with setting the WP_INSTALLING constant to true?
- Renaming the Twenty Fourteen WordPress theme
- How to show featured image in custom post type dashboard post page
- How to add wechat (weixin) link to navigation menu?
- WordPress generated links – menus and home_url() – not using https despite settings
- How can I create a second multisite network in a subdirectory?
- Menu jumping when calling it via PHP
- Page attributes missing
- Image LazyLoad plugin not loading jQuery dependancies with wp_enqueue_script in WP 3.3.1
- What will happen if I delete all my attachment type posts from database?
- Child Theme header1.php file not overwriting parent theme’s header1.php file
- CSS Styling a specific page
- WP function duplicating body content
- separate posts to have (kind of) 2 blogs?
- Trying to exclude custom posts based on date, while sorting by custom field
- Hide author info in single posts by certain users
- I want to change url structure of my created archieve pages
- Simple Add To Cart Ajax Button
- How can I delete the word `Category:` from page titles? [duplicate]
- How can I add category variable inside posts?
- Figuring out how to create “Option Pages” in WordPress admin
- Url rewriting on custom post with CPT UI plugin
- Help with a function that will place a map pin for all posts
- Add a filter to a different custom plugin