Tour Location Manager adds a fully independent, hierarchical Location taxonomy to WooCommerce — completely separate from product categories and tags.
Organise your tours, activities, and services by Country State/Province City, with SEO-friendly archive pages, a collapsible location tree shortcode, and a WooCommerce-style thumbnail grid shortcode.
[intstlm_tour_locations] shortcode — displays a WooCommerce-compatible thumbnail grid (same markup and styling as [product_categories]).[intstlm_tour_location_menu] shortcode — renders a collapsible Country > State > City navigation tree.example.com/location/usa/california/los-angeles/.pot file included, ints-tour-location-manager text domain.Location grid (like WooCommerce categories):
[intstlm_tour_locations ids="1,2,3" orderby="include" columns="4" show_counts="yes"]
Attributes: ids, orderby (name/count/slug/id/include), order (ASC/DESC), columns (1–6), hide_empty (0/1), parent, show_counts (yes/no).
Location navigation tree:
[intstlm_tour_location_menu parent="0" depth="3" show_counts="yes" expand_all="no"]
intstlm_taxonomy_args.taxonomy-location.php in your theme.intstlm_get_term_depth(), intstlm_get_location_ancestors(), intstlm_get_location_breadcrumb(), intstlm_get_products_for_location(), and more.