Viewing 1 replies (of 1 total)
  • It will be possible, and I hope this is right:

    file: template-functions-category.php
    line: 222
    if (intval($optioncount) == 1) echo '  ('.$category->cat_count.')';

    If you made it into
    if (intval($optioncount) == 1) echo '  ~'.$category->cat_count.'~';
    then the display should alter accordingly.

    I’ve not tried it but I think it’ll work.

Viewing 1 replies (of 1 total)
  • The topic ‘Parentheses around ‘optioncount’’ is closed to new replies.