I have a content type “News”. With URL aliases pattern and token the URL is like this: news/[node:title]
.
Is it possible to create two nodes on one submission with different URL aliases? Let’s say on submitting on the news node, it will create two nodes with two URLs like this: The first one is news/[node:title]
and the second will be news2/[node:title]
.
The whole point is not to create a two different content types, but one and the clone node will have a different URL aliases, so I can filter a new menu block with visible path news2/*
and make other logic too.