Category List

Find posts on a specific topic using the category list below:

[insert_php]
$args = array(
‘hide_empty’ => 0,
‘show_count’ => 1,
‘use_desc_for_title’ => 1
);

wp_list_categories($args);

[/insert_php]