I am curious on how I would add a custom variable to the end of my permalinked Category listing. I'm not sure which file I would have to edit and thought I'd look to my comrades here for support.
I just want to pass a $referralcode variable to my category links. Does anyone know where I'd be able to do this? I was hoping to be able to do that with this string:
<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
That way I wouldn't have to edit the loop or anything. Any ideas?