Category: WordPress
Correct Way of Sending WordPress HTML Email
While working on the WordPress website, you need to send HTML emails. These emails can be for registration, orders placed, deals, coupons, etc. When you…
How to Add ‘/blog/’ to the WordPress Post URLs
Recently while working on the client’s project, we wanted to add a string ‘/blog/’ to the WordPress post URLs. Usually we set permalink structure to…
How to Integrate Mailchimp with WooCommerce
WooCommerce is an open-source e-commerce plugin for WordPress. It is widely used to build an online store with WordPress. On the other hand, Mailchimp is…
How to use Application Passwords in WordPress for REST API Authentication
As a developer, you must be aware of the REST API in WordPress. WordPress provides a REST API to interact with the WordPress websites from…
Login with Phone Number in WordPress
You may have a login form on your WordPress website. And you want to allow users to login with a phone number along with a…
Load Dynamic Content on Bootstrap Modal in WordPress
Bootstrap Modal is used to add dialog/pop-up to your website. You can use Bootstrap Modal for lightboxes, notifications, and custom content. Recently I worked on…
How to Build Custom Elementor Widget
Elementor is one of the most popular page builders for WordPress sites. Building a WordPress website using Elementor is easy and you can save a…
MailChimp Integration with Contact Form 7 Plugin
Contact Form 7 is one of the most popular plugins among WordPress users. At the time of writing this article, the plugin has 5+ million…
How to Add Code After the Body Tag in WordPress
On the website, we usually need to insert code after the body tag. Normally, this is an unseen JavaScript code within a script tag. External…
Mailchimp Integration in WordPress Without Using a Plugin
When it comes to WordPress you will get almost every kind of plugin that works as per your expectation. Using plugins on the WordPress website…