How to Easily Add Order Item Meta in Woocommerce

by Expert of Tech

If you add the order item meta in woocommerce, it will add a small input field for each ordered product. This can be used to add things like shipping information and any other data that the customer may need for this specific purchase. It also makes it easier to fill out return forms if necessary….

Read more

Building Child Themes: Get_template_part Functions

by Expert of Tech

What is a template? The get_template_part function is a powerful tool for child themes to override templates in the parent theme. It provides an easy way to get around limitations on template hierarchy and get sections of code that are reused throughout your theme. Child themes can overload get_template_part functions with their own content, which…

Read more

Plugin could not be activated because it triggered a fatal error.

by Expert of Tech

Quick fix: the plugin could not be activated because it triggered a fatal error. In this article, we will discuss why it happening and how to solve it. Why happening the “plugin could not be activated because it triggered a fatal error.” issue. Wrong coding Compatibility issue with the current version of WordPress Compatibility issue…

Read more

The email could not be sent. possible reason: your host may have disabled the mail() function.

by Expert of Tech

There are some solutions to fix the “The email could not be sent. possible reason: your host may have disabled the mail() function.” error in wordpress. Let’s solve it step by step.  Solution 1: Use a WordPress plugin if you have dashboard access.  Install and activate the “WP Mail SMTP by WPForms” plugin. You can download…

Read more

Quick fix: an automated wordpress update has failed to complete – please attempt the update again now.

by Expert of Tech

There are three ways to fix the “an automated wordpress update has failed to complete – please attempt the update again now” issue quickly. So, I will explain all of them step by step. If you don’t have access to the WordPress dashboard, jump to solution 2 or 3; otherwise, read solution 1. Solution 1:…

Read more

The plugin does not have a valid header

by Expert of Tech

In this article, I will show you how to fix the plugin does not have a valid header error. sometimes you may face an error when installing a plugin into your WordPress site. Solution of “the plugin does not have a valid header” Firstly, check the plugin header into the plugin folder. There is an…

Read more

Word Press plugin directory

by Expert of Tech

Get Word Press plugin directory using WP_PLUGIN_DIR constant . It’s most important when you develop a plugin. See below code example: Additional Solution to get Word Press plugin directory The best practice is to use the latest version is WP_PLUGIN_DIR as below. so copy and paste the code into the template file. you can file more…

Read more

WordPress password reset URL

by Expert of Tech

In this article, we will learn how to reset WordPress passwords and recover WordPress password reset URL step by step.  WordPress password reset url If you find a direct URL to reset the WordPress password then you are at the right place. Copy the below code and paste it after the domain name. then you will redirect…

Read more

Remove date from google search in WordPress

by Expert of Tech

In this paragraph, We will learn how to remove date from google search in WordPress. It’s useful for the older posts because visitors can’t guess it’s an old or new post. so let’s get started. When you use the Yoast SEO plugin then there are some solutions. Most importantly, The code I wrote it’s working…

Read more

WordPress wp_nav_menu

by Expert of Tech

WordPress wp_nav_menu is an important function to mange WordPress menus. It’s fully dynamic and customizable. The function adds class automatically. Uses of wp_nav_menu Each advanced WordPress topic ought to incorporate numerous common components inside the code. Hard-coding manual route works in case you’ve as of now made the substance, but it isn’t exceptionally dynamic at…

Read more