I'd like to create pages or subpages not linked to any menus or without a parent page.
For example, I create shurt news in the Home Page and, sometime, a short new need to have a [Read more...] link to a long description. But I don't want this description page linked in a menu.
Is it possible?
Thank you. Bye,
» Quick.Cms v1.x
Lubli
merci
2007-11-27 08:26
Lubli - try this: 1. edit config/general.php and add another menu type, for example:
$aMenuTypes[4] = '4 - not linked';
2. Add page and set it as this new type. It wouldn't display in any menu. So if you want to add link in description of any page to this page, it should looks like: http://URL.com/?p=p_IdOfNewPage
Lubli
2007-11-27 09:08
It was exactly what I need! Simple and effective solution, thank you Merci.