Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Supreme › Sitemap element issue › Reply To: Sitemap element issue
April 10, 2013 at 10:09 pm
#1284
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