• Ok, I’m gonna try this question a different way.

    I want the category and archive links on my sidebar to be the regular font size but the post count after the name to be small. I figured out how to do this for archives in the general-template but I don’t want to alter core files and can’t find where to change it for categories at all. A weird request I know, but does anyone have any ideas?

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter thisisedie

    (@thisisedie)

    PS: This is the code I’m currently using for archives and categories:

    <?php wp_get_archives('type=monthly&format=custom&after=<br />&show_post_count=1'); ?>
    
    <?php wp_list_categories('orderby=name&show_count=1&style=none'); ?>

    You would do this by altering your css files. You could put something like
    <h3>the php code for your text output</h3>

    Thread Starter thisisedie

    (@thisisedie)

    I know how to change font size, that’s not what I’m trying to accomplish. I don’t want to change the size of the whole output… just the post count. Like this:

    September 2008<small> (2)</small> (shows the code instead of making the (2) small but you get my drift)

    Instead of

    September 2008 (2)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Size Of Post Count’ is closed to new replies.