Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Main Menu (more than one language?)
#22
Thank you for your help. While trying to do what you suggested. There was a small outbreak of inspiration.
I am originally trained as an engineer.
So....

An engineers solution......


Create a Component called menu2
<ul>
<li>xxx </li>
<li>xxx </li>
<li>xxx </li>
</ul>

Create a second template called template2
In the 2nd template
Replace
<div id="menu">
<ul><?php get_navigation(return_page_slug()); ?></ul>
</div>

with

<div id="menu">
<ul><?php get_component('menu2'); ?></ul>
</div>


When writing the new page with the 2nd menu, use the 2nd template.
The solution works. But it probably not "correct".
Reply


Messages In This Thread
Main Menu (more than one language?) - by Carlos - 2010-03-26, 08:01:43
Main Menu (more than one language?) - by holesovice - 2010-03-27, 00:51:19



Users browsing this thread: 1 Guest(s)