New Landing How can we help? Themeforest Theme Support Supreme Sitemap element issue Reply To: Sitemap element issue

#1284
Swift Ideas – Ed
Keymaster
Post count: 15264

You can find the categories query code in /includes/page-builder/composer/lib/shortcodes/sitemap.php line 721:

$category_list = wp_list_categories('sort_column=name&title_li=&depth=1&number=10&echo=0');

I’m not sure if latin characters are supported, but you can check the function reference here – http://codex.wordpress.org/Template_Tags/wp_list_categories

– Ed