📝 Latest Articles

Insights & Stories

Thoughts on web development, programming, and technology. Explore tutorials, insights, and best practices from my journey.

8+

Articles Published

Weekly

New Content

10K+

Monthly Readers

Featured Articles

Recent Posts

Deep dives into web development, tutorials, and industry insights

Remove password field from woocommerce checkout
wordpress

Remove password field from woocommerce checkout

March 19, 2021
Shojib Khan

Woocommerce uses a password field in the checkout form to create users. But sometimes we need to remove the password field from woocommerce checkout form. Let's see how to remove password field from woocommerce checkout page. By default, woocommerce password field looks like this picture. We don't need to use any hook or add any […]

Read More
Display gravity forms entries in a template without plugin
wordpress

Display gravity forms entries in a template without plugin

March 23, 2020
Shojib Khan

Gravity forms is a great plugin when it comes to creating a form. It can create any kind of form like a simple contact form or complicated conditional form. Today I will show you how to display gravity forms entries in a template. Here's a simple form I just created with 4 fields. We will […]

Read More
Disable or hide php warnings in wordpress
wordpress

Disable or hide php warnings in wordpress

March 23, 2020
Shojib Khan

PHP warnings and errors are different. When PHP errors crash or break the site the PHP warnings just display some annoying error reports. We can easily disable PHP warnings on the WordPress website. Here is an example of a PHP warning. If you see something like this then I will show you how to hide […]

Read More
change-coupon-notice-position-woocommerce-checkout
woocommercewordpress

Change coupon notice position in woocommerce checkout page

March 22, 2020
Shojib Khan

In this post, I will show you how to change or relocate coupon notices position in woocommerce checkout page. As you can see I have moved the coupon field from top to the right side of the checkout page. And the coupon notices are displaying at the top. But I want to display the coupon […]

Read More
How to update php version from ipage hosting
hostingwordpress

How to update php version from ipage hosting

September 16, 2019
Shojib Khan

In this post, you will learn how to update the PHP version from iPage hosting. Changing the PHP version from iPage is very easy. All you have to is log in to iPage control panel and click on HOSTING from Header. Once you are on the Hosting page, you will see all the hosting information. […]

Read More
How to remove invalid menu items in wordpress
wordpress

How to remove invalid menu items in wordpress

May 10, 2019
Shojib Khan

In this article, I am going to show you how you can easily remove invalid menu items from the WordPress website. If we remove any page from WordPress website it goes to the trash. And if that page was added in the navigation menu they still display as invalid menu items in the backend menu […]

Read More
fopen no such file or directory error after migrating wordpress site
wordpress

fopen no such file or directory error after migrating wordpress site

September 6, 2018
Shojib Khan

If you notice fopen no such file or directory error after migrating WordPress site, then you can try these solutions. The error looks something like this: Warning: fopen(/home/content/24/8561424/html/ssecurity/wp-content/plugins/woo-nmi-three-step/woocommerce-nmi-three-step.php): failed to open stream: No such file or directory in C:\xampp\htdocs\wordpress\wp-includes\functions.php on line 4848 Warning: fread() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\wordpress\wp-includes\functions.php on […]

Read More
add checkbox before checkout with paypal button woocommerce
wordpress

Add checkbox before checkout with Paypal button on Woocommerce cart page

August 20, 2018
Shojib Khan

It's been almost year I am working for a client who wants to add a checkbox before "Checkout with Paypal" button on Woocommerce cart page. Woocommerce normally adds a checkbox before the submit button on checkout page but not on the cart page. When he asked me to add the checkbox I did a couple […]

Read More