alhoseany
Member
Posted 1 year ago #
hi, nice plugin, i use custom theme that is based on twentyeleven theme. the shortcode does not show anything just the page title. although if i put this code in a page template it works:
<?php theme_my_login( array( 'register_form' => 'my-register-form.php' ) ); ?>
http://wordpress.org/extend/plugins/theme-my-login/
alhoseany
Member
Posted 1 year ago #
also, this code works in the template:
<?php echo do_shortcode('[theme-my-login]'); ?>
and whatever the code i use this:
<?php theme_my_login( array( 'register_form' => 'my-register-form.php' ) ); ?>
or this:
<?php echo do_shortcode('[theme-my-login]'); ?>
login and register forms show up but the profile doesnt show up at all. only the avatar and the user links.