Hello!
Change Category and Tag links to remove the Location Filter
Links for Categories and Tags on the Detail page will include the location of the listing. For example, the “Restaurant” Category link includes the location of the listing:
https://MyGeodirectory.com/places/united-kingdom/northern-ireland/newcastle/restaurants/
Use the following snippet to make the link for Categories and Tags point to the base page like:
https://MyGeoDirectory.com/places/restaurants/
The following Snippet will remove the filter that adds the location slugs to the Category and Tags taxonomy term URL on any page including Listing and Detail pages.
remove_filter('term_link', 'geodir_get_term_link', 10);
Add that snippet with the code snippets plugin:
https://wpgeodirectory.com/docs/useful-plugins/#snippets
This will apply to categories and tags both.
For further customization, please contact a GD Expert at https://geodirectoryexperts.com