Hello Tanvir,
Thank you for your suggestion. As we have about 50 categories, it would represent a lot of work to create every page with shortcode for each category. So I did this way:
Edited the file taxonomy-wpdmcategory.php and added the following line:
$cpage[‘orderby’] = title;
It does work. A message about possible php deprecation appears but i’ve removed it through wp-config.
Do you see any problems doing this?