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
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:
Sorry admins!!! I put this in the wrong category. I tried to delete it!!! Needs to be in the plugins area.
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
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.