I have setup a 'magazine' structure for my site so my menu looks like
- Articles
- News
- Headlines
Each menu item refers to a DNN page with a Publish module loaded onto it and filters in the correct article categories. This gives a preview of all the available items in the category.
When an 'item' title is clicked I have it load into the same page as the item list. This now gives me a page with a title of say 'Articles' and a second title with the name of the 'item'.
I am looking to remove the 'Articles' title and just display the title of the 'item'. Which would be the best way to achieve this effect?