Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drop Down menu navigation without i18n
#1
I am using the Twitter Bootstrap template to code a theme and was wondering if there is another method of calling the 2nd level pages without using the i18n plugins? I have primary navigation listing the top level pages using the GetSimple base function, but cannot seem to work around the lack of 2nd level support. Ideas or thoughts?

Thanks - Mark
Mark Moore
http://nwlinux.com
Reply
#2
Try out the plugin "Nested Menus" (http://get-simple.info/extend/plugin/nested-menus/256/).
It will transform the navigation to a form like
Code:
<li>
  <a href="parentPage">Parent Page</a>
  <ul>
    <a href="childPage1">Child Page1</a>
    <a href="childPage2">Child Page2</a>
  </ul>
</li>
which you can easily style using CSS. The plugin can also return your navigation as a two-dimensional php array, making it possible to create a custom structure if you need something different from the default one.

Hope that helps
joene
Reply




Users browsing this thread: 1 Guest(s)