How to Change the Order of Comment Form Fields in WordPress
If you want to put the comment field after all other fields are loaded. Add the following code in your current themes functions.php file.
Are you need simple Forgot Password form without plugin for your WordPress website? Yes, Then i have created [wc_forgot_pwd_form] shortcode with quick simple code. So you can put Forgot Password form anywhere like in Pages, Posts and Widget etc… Therefore you just need to put [wc_forgot_pwd_form] shortcode where you need login form. So you need to follow below steps.
You need to put below code in theme’s functions.php file. If you have created child theme then add this in function file of child theme.
In this code i am validating form and Send mail for Forgot Password on wp action. Add it in functions.php file after above code. If this code will not work then change action wp to init.
PREVIOUS PAGE
How to Include JavaScript & CSS in WordPress
Leave a Reply