Hello --
I have two areas where I list the categories specific to that particular post.
(1) Just below the post-title
(2) Below the metadata on the individual post, on single.php only
I want to change the order in which these categories appear using this (from the (2) option):
<?php the_category('<br>', 'multiple', 'sort_order=name'); ?>
Can this be done?