Do you want to add a “view cart” button to woocommerce product pages? Use the below code for it
Useful Tricks
Many of you must have faced this issue when wordpress backend is not showing the content but the actual page…
Woocommerce have many shipping methods. If you want to select the cheapest shipping method for your customer then add the…
You might have faced a situation when you are trying to is_home() inside functions.php but it is not working. If…
WordPress installation comes with many default scripts and one of them is jQuery. But many of us have faced this…
Issues resolvedgo to file libZendLocaleFormat.php line number 827 $day …
Use this code in theme’s functions.php /** Add Page Number to Meta Description **/function add_page_number_to_meta_description( $s ){global $page;$paged = get_query_var(…
Use this function to convert digits to roman numbers in php <?php function romanic_number($integer, $upcase = false) { …