View Single Post
Old 07-01-2007, 10:23 PM  
everestcash
Confirmed User
 
Join Date: Apr 2002
Posts: 2,194
Wordpress category description. Please, help.

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('); ?>
everestcash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote