How to call or add password input / generate password / password strenght meter in custom registration form?

You can add password input/ generate password / password strength meter in any custom registration form in admin area or front end area with simple code. In first step: Add this html code in your registration form <table class=”form-table”> <tr id=”password” class=”user-pass1-wrap”> <th><label for=”pass1″><?php _e( ‘New Password’ ); ?></label></th> <td> <input class=”hidden” value=” ” /><!– … Read more

Auto Submit Contact Form 7

You need to call submit() function on document ready check the code <script type=”text/javascript”> jQuery(document).ready(function(){ jQuery(“#wpcf7-f3857-o1 form”).submit(); }); </script> In my code wpcf7-f3857-o1 is the contact form’s css id. You need to change that id. try the code and let me know the result. Thanks

.html form added to a page

If you want to have a form on a page, there are plugins that allow that; a popular one is “Contact Form 7”. But if you want a specific ‘action’ page to fire when the submit button is used, then it might be best to create a page template. The template could include the form … Read more

I am trying to add checkbox for anonymous post on form post

First of all don’t ever edit core files. Your changes will be lost on update. WordPress has a great way to expand as needed called Plugin. As you don’t have enough knowledge about how WordPress works I suggest to use this ready made solution to avoid any risk. Here is the link

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