Okay got a TOUGH one for you guys:
Have this:
<?php comments_popup_link('0','1','%', ' ', '-'); ?>
But I'm trying to do this
<?php comments_popup_link('0','1','%+5', ' ', '-'); ?>
(obviously this does not work but renders something like 32+5 instead of 37)
I know this CAN be done, just don't know how...
Thank yew!