I have a question regarding bucket items in Sitecore.
I have following structure:
I want to create a button on the 'test' detail page that goes back to the top bucket 'News overview'. Normally I would do something like:
LinkManager.GetItemUrl(Sitecore.Context.Item.Parent)
The problem here is that the direct parent is the bucket '44' and not 'News overview'. What would be the best way to create a link to the overview bucket?