ユーザーがページにたどり着くまでの経路を追跡することは可能ですか?
2 つの異なる分類法を持つ投稿があるとします 分類法 1 = 分類法を作成 2 = 色
ルートごとに異なるレイアウトを作りたい
これは私の現在の階層です:
Mercedes -> blue -> car - the user gets template 1 (single-car.php)
blue -> Mercedes -> car - the user gets template 1 (single-car.php)
これは私が欲しいものです
Mercedes -> blue -> car - the user will get template 1 (single-car_by_make.php)
blue -> Mercedes -> car - the user will get template 2 (single-car_by_color.php)
余分なクエリ文字列を使用せずにそれは可能ですか?