Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I18N Navigation
#1
Hi all!

Thanks to another member here who helped me out with the navigation!! I got it going and its working great

I have a question and hoping someone could help with.

I have a top horizontal drop down navigation with these links

Investment Strategies (parent)
.....Domestic Equity (child of invest strat)
.........All Cap Core Equity (sub/child of domestic)
.........Large Cap Core Equity (sub/child of domestic)
.........Select Equity (sub/child of domestic)

The url for Domestic Equity shows a correct url:
root/investment-strategies/domestic-equity

but the url for All Cap Core Equity shows a url:
root/domestic-equity/all-cap-core-equity/

Is there a way to have the child child menu item to have the overall parent in the url with this plugin? So in essence you would have

root/investment-strategies/domestic-equity/all-cap-core-equity/


for the child child....make sense Smile

Again....this is a cool plugin! thanks for the work! If anyone would please be so kind to point me in the right direction I would really appreciate it!!!!

thanks
Lance



Here is the code for the menu:

Code:
<ul id="">
   <li><?php get_i18n_link('investment-strategies');?>
            <div>
                <ul><?php get_i18n_navigation('investment-strategies', 1, 100, I18N_SHOW_MENU); ?></ul>
            </div>
        </li>
      
    
    </ul>

Sorry admins!!! I put this in the wrong category. I tried to delete it!!! Needs to be in the plugins area.
Reply


Messages In This Thread
I18N Navigation - by lnickel - 2013-05-24, 01:37:41
RE: I18N Navigation - by mvlcek - 2013-05-24, 01:44:47
RE: I18N Navigation - by lnickel - 2013-05-24, 01:46:36



Users browsing this thread: 2 Guest(s)