Author: Arabind TK

Arabind TK is the CEO of Hexeam Software Solutions LLP and a passionate web development expert with over 14 years of experience. Specializing in WordPress and PHP frameworks, Arabind has been at the forefront of delivering scalable, high-performance web applications. Through WPDeveloperTips, he shares practical insights, tips, and real-world solutions to help developers and businesses make the most of modern web technologies.
resolve-the-http-error-when-image-uploading-thumbnail
Resolve the HTTP error when image uploading
Insert these codes into .htaccess <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine...
Read More
Common Image WpDeveloperTips
Secure Directories by IP Address and/or Domain
In the following example, all IP addresses are allowed access except for 12.345.67.890 and domain.com:...
Read More
email-validation-in-javascript-thumbnail
Email Validation in Javascript
In Javascript page: /* in javascript page*/ function validateForm(){ var x=document.forms["myForm"]["email"].value...
Read More
how-to-redirect-your-404-page-to-the-home-page-in-wordpress-thumbnail
How to Redirect your 404 page to the Home Page in WordPress
404′s are part of every website. A while ago we compiled a list of some pretty cool WordPress 404 designs....
Read More
customize-wordpress-login-logo-without-a-plugin-thumbnail
Customize WordPress login logo without a plugin
The only thing you have to do is to copy the following piece of code, and paste it on your functions.php...
Read More
Common Image WpDeveloperTips
Redirect Old Domain to New Domain via .htaccess
When you migrate a site from one domain to another, it is very important that you don’t break all the...
Read More
Scroll to Top