Resources Center

Blogs

Woocommerce: How To Make Billing Phone Field Optional

Woocommerce: How To Make Billing Phone Field Optional

In order to make the billing phone number optional just use the code below and paste it inside your functions.php file. /** * Woocommerce: Billing phone optional */ function cs_woocommerce_billing_fields( $fields ) { $fields['billing_phone']['required'] = false;...

read more
How to create a WordPress image popup without plugin

How to create a WordPress image popup without plugin

You are probably faced with a situation where you had to add a simple popup and you find out that you have to use a plugin. Although we have very strong and powerful plugins that we can use for this purpose and I really don't have anything against them in this short...

read more
Divi: How to open blurb module image in lightbox?

Divi: How to open blurb module image in lightbox?

Last time, when I worked on the Divi project I had a situation where I needed the blurb module image to be clickable and open in the lightbox. I was researching and couldn't find the proper plugin or the additional code that could easily resolve this issue so I end up...

read more
Woocommerce: How to get orders by product ID

Woocommerce: How to get orders by product ID

Hi everyone, in this tutorial, we’re going to explain how to get orders ID from woocommerce by product ID. 1. Open your theme (child theme preferred) folder and open file functions.php. 2. Paste this code: function get_orders_ids_by_product_id($product_id) { global...

read more
Does WordPress Multisite (Network) Hurt Your SEO?

Does WordPress Multisite (Network) Hurt Your SEO?

WordPress is well known for being an SEO-friendly and multisite platform, and it is also one good option for managing your multiple sites from a single dashboard. As we will talk about WordPress multisite, let us go through the definition of multisite. We will also go...

read more
Do you have an issue with a slow WordPress website?

Do you have an issue with a slow WordPress website?

WordPress is one the most famous content management systems but many users of WordPress can be seen complaining about its slow speed. It is a fact that WordPress works slower sometimes but there can be many reasons behind this issue.  One can easily resolve the issue...

read more
Should You Use Premium WordPress Plugins?

Should You Use Premium WordPress Plugins?

Are you new to the world of WordPress websites and are looking for ways to develop the best website usability and its functionality? We are here to show you how you can use WordPress plugins in the best possible way.  What is the premium WordPress Plugins? Premium...

read more