How to remove product-category slug in WooCommerce?

remove product-category slug in WooCommerce

I was trying to figure out how to remove product category slug in WooCommerce (eg: remove /product-category/ ) from my URLs category and I just couldn’t seem to remove it. For eg: https://tistook.com/product-category/frock I just wanted to be https://tistook.com/frock Finally,…

Expand +

Angular Forms: Template Driven and Reactive Forms

angular forms

Angular Forms: Angular Forms are the most important block of any application to collect the data from the users or visitors. Developing forms requires design skills as well as framework support for two way data binding, error handling, validation. Also…

Expand +

How to Draw Route Path on Map using Google Maps Direction API in PHP

Draw Route Path on Map using Google Maps Direction API

In this article, you will learn about How to Draw Route Path between two locations on Map using Google Maps Direction API in PHP. You can easily display maps on the website using Google Maps API and point the location using…

Expand +