2012-10-04, 13:34:48
(This post was last modified: 2012-10-05, 03:06:55 by torrijoshop.)
Yes i have I18N menu on my site for this purpose just do not know how to get this special page sidebar to always show the parent of the parent when i'm in level 3.
Here is what i have so far that works fine for level 2 but not 3 as it shows level 2 as the parent.
I want the sidebar to look like this when i'm viewing level 3 page
Level 2 page name
Level 3 item link
Level 3 item link
Level 3 item link
Level 1 link back
Can you tell me how to accomplish that with the I18N plugin?
Here is what i have so far that works fine for level 2 but not 3 as it shows level 2 as the parent.
Code:
<h3><?php getPageField(get_parent(false),title); ?></h3>
<?php get_i18n_navigation(return_page_slug(), 2, 2, I18N_SHOW_Menu); ?>
<br />
<a href="<?php get_parent(); ?>"><< <?php getPageField(get_parent(false),title); ?></a>
<br />
I want the sidebar to look like this when i'm viewing level 3 page
Level 2 page name
Level 3 item link
Level 3 item link
Level 3 item link
Level 1 link back
Can you tell me how to accomplish that with the I18N plugin?
Keeping it simple means making progress!!