Hello,
please can you tell me where to eliminate the numberof links variable from the categories in the index view ?
I found it for browse, but not for index.
Regards
Frank
Hello,
please can you tell me where to eliminate the numberof links variable from the categories in the index view ?
I found it for browse, but not for index.
Regards
Frank
I know this is an old post, but I was wondering the same. I would like it so that on the main page, index, that it just lists the categories, without the number of links in parenthesis next to it.
Where do I find this so I can remove it?
Also, if I don't want any image to be next to the categories, how do I get rid of the folder.gif? I tried leaving the entry blank in the admin page for each category, but it defaults to folder.gif.
Basically, I want just the categories, no folder.gif or number of links.
Thanks.
Setting.php
$cat_default_image = $site_url.'/themes/'.$active_theme.'/images/folder.gif';
Also in setting.php
$number_of_links_format = " <font color=\"#000000\"><b>(<%\$number_of_links%>)</b></font>";
You da man, thanks again!