By ghenson22 on
hi,
I imported a module "COUNT" which count the number of nodes in the database.. my problem is it displays like this
TOTAL BLOG: 34
but all I want is just the number. How am I supposed to do in order for me omit the word "TOTAL"?
Comments
_
In the file template.php in your theme folder, add the following -
Note that the
tags are not necessary; I've just added them here to get the syntax highlighting.Remove Total
Best Regards
Mohammad Anwar
_
Oops! You're right - I totally forgot to remove the one word that the OP wanted to remove!
Too early in the morning here :-)
thanks
thanks for all the help!!!