Can't load custom profile form
-
Hi!
I use 4.6 and I’m trying to customize the profile page using:
<?php theme_my_login( array( 'default_action' => 'profile', 'show_title' => false, 'profile_template' => 'inc.profile-form.php' ) ); ?>
It load the initial form and not the custom form (inc.profile-form.php). I try the shortcode [theme-my-login default_action=”profile” profile_template=”inc.profile-form.php”] but it works only if i put in the content, not if I use
echo do_shortcode('[theme-my-login default_action="profile" profile_template="inc.profile-form.php"]');
Any ideas?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Can't load custom profile form’ is closed to new replies.