Wordpress

Create change password Page

to create a change password page for user in WordPress just save the code into your current theme directory Create new page in wp-admin/page name it as change select template “change password” publish it. thats all its done .   codeĀ  <?php /* Template Name: change password */ global $current_user;

Read More...