I have a scenario where I have a nested listing page which needs to exist in different locations of my website.
The problem is I want this listing page to be managed in one location instead of having to copy it in many places and yet I don't want to lose the URL structure. So, I might have
www.abc.com/infocomm/infrastructure/wired/that-listing-page www.abc.com/infrastructure/ipv6/that-listing-page
I've tried to create the listing page in a content store and use the wildcard query to pull out the child pages dynamically but this has a few drawbacks:
www.abc.com/infocomm/infrastructure/wired/that-listing-page/2012/article-1
Some of you guys might have experienced this scenario before, I would love to hear how you guys achieved it. I'm using Sitecore 6.5.
It looks like Item Cloning is exactly what you need here. Read more about Cloning in this blog post.
You should be able to create a clone of www.abc.com/infocomm/infrastructure/wired/that-listing-page
item under www.abc.com/infrastructure/ipv6
and it will update automatically (as well as its descendants).