I hope I can explain this thoroughly. I have a content type News and taxonomy of states that each news item falls under. When I go to the one of the 12 states section of the site (site.com/state/news) the view pulls in any content that is news and tagged "state". Then each content has an alias that looks like this [term-raw]/news/[title-raw] which equals "site.com/state/news/article-title".
What I also have is when you go to "news room" (site.com/newsrooom/) the view pulls in all content types that are News but when you click on the article it takes you to "site.com/state/news/article-title" because of the url alias. Can I make this content type have 2 url aliases based off of where you are coming from?
I liked it to have "site.com/newsroom/article-title" if you are coming from news room and "site.com/state/news/article-title" if you are coming from a sate page. Maybe I've set this up wrong from the beginning? Any help would be appreciated.
I just started learning drupal the last few months so I'm still pretty fresh. Thanks in advance.
Comments
Is this possible or any
Is this possible or any suggestions?