Delete Old Post in WordPress
We want to delete old post in easy way, Add the following code to your current themes functions.php file and reload your page and see your post may have been deleted.
Are you need simple Login, Register, Change Password, Forgot Password form without plugin for your WordPress website? Yes, Then i have created shortcodes for all forms with simple code. So you can get any form anywhere like in Pages, Posts and Widget etc… Therefore you just need to put shortcodes where you need 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.
Note: If action code will not work then change action wp to init.
PREVIOUS PAGE
How to Create Custom Elements Using Visual Composer API
I using you code in localhost. But Not showing anything in front-end if i use you code in functions.php and add short code in template. I have also used init instead wp but nothing showing anything. I also checked any one can register from admin but no any response. Is there any problem in this code
How you added shortcodes in templates file? Hard coded shortcode will work. You have to write
do_shortcode('[wc_login_form]');
on template file.