2015-03-28, 22:04:33
(This post was last modified: 2015-03-28, 22:05:15 by registration.)
Hello forum!
I am running a template with an i18n menu on the side, which I configured using
This works well. However, many users of the template wish for a not-so-simple thing: They want dummy menu entries to structure their sites like this:
menu_entry1 -> links to page 1
sub_menu_entry1 -> links to page 2
menu_entry2 -> links to nothing, keeps old content displayed
sub_menu_entry_2 -> links to page 3
So, is it possible to have menu entries without a linked page (dummies),
in a way that the GetSimple users can edit these entries conveniently?
I've searched the net for a long time for this now, and I'm running out of keywords to query...
I am running a template with an i18n menu on the side, which I configured using
Code:
get_i18n_navigation(return_page_slug(),0,99,I18N_SHOW_LANGUAGE)
This works well. However, many users of the template wish for a not-so-simple thing: They want dummy menu entries to structure their sites like this:
menu_entry1 -> links to page 1
sub_menu_entry1 -> links to page 2
menu_entry2 -> links to nothing, keeps old content displayed
sub_menu_entry_2 -> links to page 3
So, is it possible to have menu entries without a linked page (dummies),
in a way that the GetSimple users can edit these entries conveniently?
I've searched the net for a long time for this now, and I'm running out of keywords to query...