djayii
djayii

Reputation: 79

Drupal views contextual filter taxonomy term id and url alias

Views contextual filter 'Content: Has taxonomy term ID' work perfectly, when I try to access it by url like /taxonomy/term/123. It means ID is 123. But I created url aliases for terms. And now I want views get work with alias. Ex.: when I access the page /london/cars/bmw/ it shows taxonomy term 'BMW'

Upvotes: 2

Views: 3650

Answers (1)

Clive
Clive

Reputation: 36956

You want the Pathauto module, it will let you define patterns for URL aliases including taxonomy terms.

Upvotes: 1

Related Questions