If you’re trying to install or update a plugin or theme or even updating WordPress core or when WordPress try to downloads a plugin ZIP file, then it has to be able to write that file somewhere. To do this,…
In wordpress, using Tag cloud widget we can display tags used on your site. Themes designed for WordPress do not have CSS in their style sheets for formatting the WordPress tag cloud. The CSS for the tag cloud is built…
In Woocommerce, when user or customer login bydefault it will redirect to myaccount page in woocommerce. So here we discuss how to redirect user to custom welcome page after logging in Woocommerce. so let’s have a look. First of all…
We all know that in wordpress, tags and categories are taxonomies and tags are flat and categories are hierarchical. So Custom Taxonomies is a custom organizing system either flat or hierarchical that you create for your posts. So here we…
In a previous post, i show you How to remove product panel tabs from admin panel in woocommerce. and How to add custom product panel tabs in Woocommerce admin panel. Here i want to go on How to change position of custom…
In a previous post, i show you How to remove product panel tabs from admin panel in woocommerce. Here i want to go on How to add custom product panel tabs in Woocommerce admin panel. So let’s have a look….
Here i show you How to remove product panel tabs from admin panel in woocommerce, So First, You will Go to admin panel of your site and click on products menu link. From here click on any product to edit…
SKU are set with the general product data while creating or editing a product. By default, SKUs are shown on the product page with the product meta. If they’re not set, the SKU will just display as SKU: n/a If…
If you would like to show the Back to Shop button on the single product page, than use this following line of code at the end of your theme’s functions.php file of your active child theme (or theme) and Save…
Custom notifications for customers can be a handy tool to create more sales or increase the average order total. For example, let’s say a store has Free Shipping on orders of $100 or more. If a customer has $90 of…