My website contains some icons, I want that each icon point to a link to an article, I have already create those articles, I want to show them without creating menu items.
I tried to do that :
Href of icon1 -> Article 1
Href of icon2 -> Article 2
...
But my target page show only the text of the article, without the slider and the main menu of the website.
What works for me :
I have created a menu called hidden with menu items, I matched each menu item with the article that I want, then I added the link of the article in my href's icon.
Menu item 1 -> hidden/item1 and I selected Article 1
Menu item 2 -> hidden/item2 and I selected Article 2.
Thank you.