I wanna display descriptions next to each category name on index page, but I'm not familiar with PHP at all
I edited the code like this:
<?php wp_list_cats('sort_column=name'); ?> - <?php echo category_description($cat); ?>
but it doesn't work properly
Could you please advice?
p.s. I thought I need something like
show_description parameter that exists for <?php get_links(); ?>
but seems like it doesn't exists for <?php wp_list_cats('); ?>