How to properly add style and script to your wp website using functions.php file ? Sometime we want to add CSS or JS to front-end of website without editing the parent theme files. like header.php or footer.php So here is...
add JS or CSS to website using functions.php file in wordpress!
Simple captcha for wp contact form 7 forms !
simple captcha To use simple captcha for wordpress contact form 7 forms .. instead of google default "I am not robot" photos validation. Picture validation looks little long to validate any form.. so here is the solution for who want...
Apply custom css to admin area wordpress !
I added custom icon for custom post type.. and that was not aligned so i added or hooked custom style to dashboard through this function. Add this code to functions.php file of your theme.. // custom css for admin area...