I have the following code
-
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','28') ?>
<?php /* If this is the frontpage */ if (empty($_GET['cat']) and empty($_GET['m']) and empty($_GET['paged']) and empty($_GET['year']) and empty($_GET['monthnum']) and empty($_GET['day']) and empty($_GET['category_name']) and empty($_GET['author']) and empty($_GET['s'])) { ?>
What do I need to remove so that category listings do not include the number of posts.