Ok, it do't work with subcategories, so i have splitted all my categories by han on cde of sidebar without use widget:
but how to insert this code on sidebar template?
1) If I insert directly
wp_list_categories('orderby=order&title_li=');
then I rad it on top of siebar.
2) If I insert it in this way:
<?php value: wp_list_categories('orderby=order&title_li=');?>
then all disappear apart head and I read this error:
Parse error: syntax error, unexpected ':' in /home/partyfunit/domains/partyefun.it/public_html/scherzi/wp-content/themes/smells-like-facebook/sidebar.php on line 2
---------
Here is code of my categories, that I have listed here by number, but then they are showed alfabetically and i don't want it:
<?php wp_list_categories('include=7,39,45,46,8,9,10&title_li=<h2>' . __('Fun') . '</h2>' ); ?>
-
('orderby=order&title_li=');
<?php wp_list_categories('include=11,48,13,49,74,51,52,17,50,38,3&title_li=<h2>' . __('Party') . '</h2>' ); ?>
-
<?php wp_list_categories('include=14,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72&title_li=<h2>' . __('Eventi') . '</h2>' ); ?>
on the site http://www.partyefun.it/scherzi/