Hello everybody,

My content type's name is 'exercise' and for each article uses several taxonomy terms. For example : i create an exercise 'Addition' and i put the taxonmy terms 'math' (of 'Subject' family), 'level 1' (of 'Level' Family). For this article, i want to use this path :

- http://www.mywebsite.com/exercise/math/title-of-exercice

How to create this url ?

I allready use the module 'pathauto' to create the part '/exercise/'. But, if i use the '[term-raw][title-raw]' token, it uses the 'level' family and not the 'family'. I don't think pathauto is the good module for it because i can't see how to create a blog path like '/YEAR/MONTH/DAY/TITLE-ARTICLE' with that.

Thank you for your help, i'm looking forward to hearing from you very soon.

Comments

quardz’s picture

use path auto
Eg: [term]/[titie]

suthagar’s picture

Using Pathauto module we can add automatic alias setting like,
[yyyy]/[month]/[dd]/[title]
and
[yy]/[mon]/[d]/[title]