How to translate WordPress site’s custom blog posts URL structure

To update your WordPress site’s blog post URL structure to include /blog/ (and translated equivalents for WPML), follow these steps:  Go to Settings > Permalinks. Under Custom Structure, enter: /blog/%postname%/ Save changes. This changes your English post URLs to /blog/{slug}/.   If you’re not seeing “blog” in WPML > String Translation, it’s likely because WordPress […]

Remove Product from WooCommerce Minicart Using AJAX

#Code for rmeove Action #Remove items from the cart with Ajax Now, we will add a click event to delete items from the mini cart. You should add this to the main JS file of your theme. #Add action to functions.php file to handle AJAX request

How to create Minicart in WooCommerce

#Code for Header mini cart #Remove items from the cart with Ajax Now, we will add a click event to delete items from the mini cart. You should add this to the main JS file of your theme. #Add action to functions.php file to handle AJAX request