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.
learn-web-development-part-5-introduction-to-html-css-javascript-cover
Learn Web Development – Part 5 – Introduction to HTML, CSS & JavaScript
Learn Web Development – Part 5 – Introduction to HTML, CSS & JavaScript Understanding the three...
Read More
learn-web-development-part-4-frontend-vs-backend-explained-cover
Learn Web Development – Part 4 – Frontend vs Backend Explained
Learn Web Development – Part 4 – Frontend vs Backend Explained A beginner-friendly guide to understanding...
Read More
learn-web-development-part-3-what-is-a-website-and-web-application-cover
Learn Web Development – Part 3 – What is a Website & Web Application?
Learn Web Development – Part 3 – What is a Website & Web Application? Understanding the real difference...
Read More
learn-web-development-part-2-how-the-internet-works-cover
Learn Web Development – Part 2 – How the Internet Works
Learn Web Development – Part 2 – How the Internet Works A simple beginner-friendly explanation of how...
Read More
learn-web-development-part-1-what-is-web-development-cover
Learn Web Development – Part 1 – What is Web Development?
Learn Web Development – Part 1 – What is Web Development? A beginner-friendly introduction to understanding...
Read More
replace-enter-title-here-text-for-custom-post-types-thumbnail
Replace Enter Title Here Text for Custom Post Types
Use the below code snippet to change the default ‘Enter the Title Here’ placeholder on the add new post...
Read More
how-to-change-the-currency-symbol-in-wordpress-thumbnail
How to Change the Currency Symbol in WordPress
Add the below codes into your theme’s functions.php file. add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol',...
Read More
replace-woocommerce-default-pagination-with-wp-pagenavi-thumbnail
Replace Woocommerce Default Pagination with WP PageNavi
Add the following codes in to your theme’s function.php /* * Replace WooCommerce Default Pagination with...
Read More
Common Image WpDeveloperTips
Important Notes for .htaccess
As a configuration file, .htaccess is very powerful. Even the slightest syntax error (like a missing...
Read More
Common Image WpDeveloperTips
Change Default Index Page
This rule tells the server to search for and serve “business.html” as the default directory index. This...
Read More
Common Image WpDeveloperTips
Commenting .htaccess Code
Comments are essential to maintaining control over any involved portion of code. Comments in .htaccess...
Read More
Common Image WpDeveloperTips
Htaccess Definition
Apache server software provides distributed (i.e., directory-level) configuration via Hypertext Access files....
Read More
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