WordPress Tutorials, Lessons, Scripts, Projects, Demos https://www.codexworld.com/tutorials/wordpress/ Web & Mobile App Development Company Mon, 14 Nov 2022 11:58:18 +0000 en-US hourly 1 https://www.codexworld.com/wp-content/uploads/2020/04/favicon.ico WordPress Tutorials, Lessons, Scripts, Projects, Demos https://www.codexworld.com/tutorials/wordpress/ 32 32 91409221 Integrate Google reCAPTCHA v3 in WordPress Comment Form without Plugin https://www.codexworld.com/integrate-google-recaptcha-v3-in-wordpress-comment-form-without-plugin/ https://www.codexworld.com/integrate-google-recaptcha-v3-in-wordpress-comment-form-without-plugin/#comments Mon, 14 Nov 2022 11:51:15 +0000 https://www.codexworld.com/?p=5149 Google reCAPTCHA v2 checkbox and v3 both are used for the same purpose, protecting websites from spam and bots. The main difference between reCAPTCHA v2 and v3 is that Google reCAPTCHA v3 does not interrupt

The post Integrate Google reCAPTCHA v3 in WordPress Comment Form without Plugin appeared first on CodexWorld.

]]>
https://www.codexworld.com/integrate-google-recaptcha-v3-in-wordpress-comment-form-without-plugin/feed/ 1 5149
Add Google reCAPTCHA to WordPress Comment Form without Plugin https://www.codexworld.com/add-google-recaptcha-to-wordpress-comment-form-without-plugin/ https://www.codexworld.com/add-google-recaptcha-to-wordpress-comment-form-without-plugin/#comments Mon, 31 Oct 2022 04:45:42 +0000 https://www.codexworld.com/?p=5125 Google reCAPTCHA is the easiest option to add CAPTCHA functionality to the website. Mostly, the CAPTCHA feature is used in the HTML form to protect from spam submission. In reCAPTCHA v2, a checkbox widget is

The post Add Google reCAPTCHA to WordPress Comment Form without Plugin appeared first on CodexWorld.

]]>
https://www.codexworld.com/add-google-recaptcha-to-wordpress-comment-form-without-plugin/feed/ 1 5125
How to Restrict WordPress Admin Access by IP https://www.codexworld.com/wordpress-restrict-admin-access-by-ip/ https://www.codexworld.com/wordpress-restrict-admin-access-by-ip/#comments Thu, 27 Jul 2017 16:32:30 +0000 https://www.codexworld.com/?p=2659 Are you concerned about the security of your WordPress site? and want to secure the WP Administrative panel? Restrict admin access by IP Address is an effective way to secure your WordPress admin panel. In

The post How to Restrict WordPress Admin Access by IP appeared first on CodexWorld.

]]>
https://www.codexworld.com/wordpress-restrict-admin-access-by-ip/feed/ 3 2659
How to Change WordPress Admin Username https://www.codexworld.com/change-wordpress-admin-username/ https://www.codexworld.com/change-wordpress-admin-username/#respond Thu, 20 Jul 2017 17:30:52 +0000 https://www.codexworld.com/?p=2630 If you try to change your WordPress username, you will see the notification like this – Usernames cannot be changed. But many times we need to change the WordPress admin username for security purposes. In

The post How to Change WordPress Admin Username appeared first on CodexWorld.

]]>
https://www.codexworld.com/change-wordpress-admin-username/feed/ 0 2630
Send Email via SMTP Server in WordPress https://www.codexworld.com/send-email-via-smtp-server-wordpress/ https://www.codexworld.com/send-email-via-smtp-server-wordpress/#respond Wed, 28 Jun 2017 15:49:46 +0000 https://www.codexworld.com/?p=2579 When sending email from the script, it always a good idea to send using SMTP server. Send email via SMTP server prevents many issues such as your email being marked as spam. Basically, the mail()

The post Send Email via SMTP Server in WordPress appeared first on CodexWorld.

]]>
https://www.codexworld.com/send-email-via-smtp-server-wordpress/feed/ 0 2579
How to Show Related Posts for Custom Post Type in WordPress https://www.codexworld.com/wordpress-custom-post-type-related-posts/ https://www.codexworld.com/wordpress-custom-post-type-related-posts/#comments Tue, 23 May 2017 19:01:25 +0000 https://www.codexworld.com/?p=2479 Related posts in WordPress is the very useful to engage the audience of your website. WordPress gives you the capability to show the related posts of a specific post type. Display the related post of

The post How to Show Related Posts for Custom Post Type in WordPress appeared first on CodexWorld.

]]>
https://www.codexworld.com/wordpress-custom-post-type-related-posts/feed/ 7 2479
Beginner’s Guide to Developing a WordPress Theme https://www.codexworld.com/wordpress-theme-development-tutorial-for-beginners/ https://www.codexworld.com/wordpress-theme-development-tutorial-for-beginners/#comments Mon, 20 Mar 2017 18:58:22 +0000 https://www.codexworld.com/?p=2246 According to the WordPress Codex: “A WordPress theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog.” In simple words, a theme is

The post Beginner’s Guide to Developing a WordPress Theme appeared first on CodexWorld.

]]>
https://www.codexworld.com/wordpress-theme-development-tutorial-for-beginners/feed/ 2 2246
How to Insert Ads into Post Content in WordPress https://www.codexworld.com/wordpress-insert-ads-into-post-content/ https://www.codexworld.com/wordpress-insert-ads-into-post-content/#comments Thu, 19 Jan 2017 16:09:55 +0000 https://www.codexworld.com/?p=2102 Are you want to increase your earning by insert ads into the blog post content? If so, this tutorial will help you to add ads between the post content in WordPress without using any plugin.

The post How to Insert Ads into Post Content in WordPress appeared first on CodexWorld.

]]>
https://www.codexworld.com/wordpress-insert-ads-into-post-content/feed/ 4 2102
Five Popular WordPress Theme Errors and Their Solutions https://www.codexworld.com/five-popular-wordpress-theme-errors-and-solutions/ https://www.codexworld.com/five-popular-wordpress-theme-errors-and-solutions/#respond Thu, 12 Jan 2017 17:07:08 +0000 https://www.codexworld.com/?p=2074 There are hundreds of forum posts that are normally opened on a daily basis on the WordPress.org and on other forums and in almost all the developer site theme that every developer has containing similar

The post Five Popular WordPress Theme Errors and Their Solutions appeared first on CodexWorld.

]]>
https://www.codexworld.com/five-popular-wordpress-theme-errors-and-solutions/feed/ 0 2074
Creating a Custom 404 Error Page in WordPress https://www.codexworld.com/wordpress-create-custom-404-error-page-not-found/ https://www.codexworld.com/wordpress-create-custom-404-error-page-not-found/#comments Thu, 22 Dec 2016 16:37:06 +0000 https://www.codexworld.com/?p=2033 The 404 error mainly occurs when the webpage you were trying to reach could not be found. You work hard to make sure all links are workable, but there is always a chance for broken

The post Creating a Custom 404 Error Page in WordPress appeared first on CodexWorld.

]]>
https://www.codexworld.com/wordpress-create-custom-404-error-page-not-found/feed/ 1 2033