Hi,
¿Is it possible to remove the node number at the end the category?
When you have a lot of nodes, the number is insignificant in my opinion.
Thanks
Michael

Comments

Anonymous’s picture

Just comment those lines in the .module:

// if ($count) {
// $out .= " ($count)";
// }

I am not sure if it will have other effects though.

Anonymous’s picture

Status: Active » Closed (fixed)