wordpress custom password change problem

the problem is with your cookies.wp_update_user function is trying to change them after all headers were sent, try to use such code like that: function my_func(){ // your code } add_action(‘init’,’my_func’);

Front-end registration form with password field

If you were to use a plugin that uses shortcode you can call it in your template by using this in your template: <?php echo do_shortcode (‘[your-shortcode]’); ?> You can also do something similar to this form / code below for a front end login: <form method=”post” action=”<?php bloginfo(‘url’) ?>/wp-login.php” class=”wp-user-form”> <div class=”username”> <label for=”user_login”><?php … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)