Categories and descriptions on front page
-
Hi. My front page (index.php) doesn’t make use of “The Loop”, and I’m trying to display all my post categories along with their descriptions. I’ve figured out how to get the category names with:
<?php wp_list_cats(‘sort_column=name&optioncount=0&hierarchical=0’); ?>
but I can’t find a way to include their descriptions. How can I accomplish this?
Thanks,
Amir
- The topic ‘Categories and descriptions on front page’ is closed to new replies.