Hello all, please help, usage plagin "I18n, i18n_base", on one site I found a way to display all levels of nesting Url in the address bar of the browser,
and usage menu
all worked fine until I saw the sitemap
url must be http://domain_name/about-us/
sorry for my english.
Quote:admin panel -> settings -> Custom Permalink Structure: = %parents%/%slug%/
and usage menu
Code:
<?php get_i18n_navigation(return_page_slug(),0,5,I18N_SHOW_MENU); ?>
all worked fine until I saw the sitemap
Code:
...
<url><loc>http://domain_name/%parents%/about-us/</loc><lastmod>2013-06-27T11:42:20+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url>
...
sorry for my english.