2011-05-02, 02:11:30
reff Wrote:Hello everyone
I gotta confused upon trying to generate full human-readable sitemap. I've got the multilingual navigation plug-in installed but unable to output the whole site structure. No sub-level links are shown, only the root level. I tried using all of the examples listed in this topic but nothing helped.
I'm using GetSimple v3.0 and I18N Navigation v1.3
Got any ideas?
I currently use this:
Code:<?php get_i18n_navigation(return_page_slug(), 0,99, showall); ?>
The function call syntax has changed:
Code:
<?php get_i18n_navigation(return_page_slug(), 0, 99, I18N_SHOW_PAGES); ?>