Forums

Change Font Size Of Post Count (4 posts)

  1. thisisedie
    Member
    Posted 1 year ago #

    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 :)

  2. thisisedie
    Member
    Posted 1 year ago #

    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'); ?>
  3. TheSooFoo
    Member
    Posted 1 year ago #

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

  4. thisisedie
    Member
    Posted 1 year ago #

    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)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.