Month: April 2020

How to make use of digital resources for making a difference in the struggle against COVID-19

Facing a crisis is tough even when it is to be dealt with on a small scale. If one intends on coming out of such a situation, unscathed and unharmed, then one thing is just about obvious. This individual needs to be open to all sorts of help that comes their way. If a person …

How to make use of digital resources for making a difference in the struggle against COVID-19 Read More »

WordPress : Remove Welcome Panel from WordPress Dashboard.

How to remove Welcome Panel from WordPress Dashboard? Welcome panel is a Useful meta box added to the WordPress dashboard screen of WordPress admin area. It provides useful shortcuts for new users to do important things on their new WordPress site.You Can remove this easily by removing ‘welcome_panel’ action which is added for it. Why …

WordPress : Remove Welcome Panel from WordPress Dashboard. Read More »

WordPress : Add Admin User in WordPress By FTP client.

Did You Forget WordPress Admin credentials? How will you login now if forget Admin credentials? This happens many times when we forget the login password of WordPress. If you have FTP details then no need to worry about it. You can create new admin user using FTP. Just paste this code to your theme’s functions.php. …

WordPress : Add Admin User in WordPress By FTP client. Read More »

Add Custom Dashboard Widgets in WordPress.

How To Add New Custom Dashboard Widgets in WordPress? There are many of new themes coming out for WordPress every day, but none of them seems to utilize this feature for providing useful information and links for client. WordPress developers should add custom dashboard widget with support information when creating custom themes for clients. these …

Add Custom Dashboard Widgets in WordPress. Read More »

WooCommerce : Dynamic Pricing According To Quantity.

How To Set Dynamic Pricing Of Product According To Quantity?. Dynamic Pricing may be set by setting pricing rules based on products, order totals, roles, and product categories. In this post we will set price according to product quantity. Dynamic Pricing According To Quantity Set By Two Condition” Minimum Quantity: This is the Minimum Quantity …

WooCommerce : Dynamic Pricing According To Quantity. Read More »

WooCommerce : Disable Repeat Purchase Of Products.

Want to sell one product only once per user? Restrict User to buy a specific product only once in a lifetime from your WooCommerce site? Some times in WooCommerce products we need to stop user from buying product multiple time, that means user can buy that product only once. Depending on what kind of products …

WooCommerce : Disable Repeat Purchase Of Products. Read More »

Change WordPress Login Logo And Logo URL and Logo Hover Title

How Can We Change The Login Logo And Login Logo URL And Logo Hover Title? Default login page in WordPress is https://yoursiteurl/wp-login.php It contains WordPress logo and on clicking on logo it will take you to the WordPress official site “https://wordpress.org” As shown in the screenshot below: All three default WordPress Logo ,Url And Hover …

Change WordPress Login Logo And Logo URL and Logo Hover Title Read More »

How to Calculate distance between two address using latitude and longitude.

According To me it’s one of important requirement in many projects related to address. To Calculate distance between two address using latitude and longitude use this method. function LongLatDistance($Latitude1, $Longitude1, $Latitude2, $Longitude2) { $theta = $Longitude1 – $Longitude2; $miles = (sin(deg2rad($Latitude1))*sin(deg2rad($Latitude2)))+(cos(deg2rad($Latitude1))*cos(deg2rad($Latitude2)) * cos(deg2rad($theta))); $miles = acos($miles); $miles = rad2deg($miles); $result[‘miles’] = $miles * 60 * …

How to Calculate distance between two address using latitude and longitude. Read More »

Scroll to Top

Contact information