I tried to search for quiet some time but cudnt get a concrete answer.
I need to customize WP 2.2 login and registration pages to match the theme of the blog. The JamesKelly plugin didnt work, may be bcos I am using
Cimy User Extra fields plugin
Is there any other plugin to do this.
Can anyone point me in the right direction please.
Ok I got it working. For those with similar problem , that is, if you are using JamesKelly Themed Plugin with Cimy User Extra plugin :
1. Upload only the themed-logreg.php file to your plugin directory not the whole folder that you have downloaded.
2. Edit ( at your own risk and make necessary backups ) themed-logreg.php file and at line 871 (just before “A password will be emailed to you.”) add this :
<?php do_action('register_form'); ?>
and it works great. I am using WP 2.2
If you want to check the live sample its here http://www.cuspalastrology.com/astro/wp-register.php
r3volution11
Member
Posted 2 years ago #
Added question to this situation:
Is there a way to make the Edit Profile page within the theme also?