Viewing 6 replies - 1 through 6 (of 6 total)
  • I think you might have to hack core for that – you’d probably have to set a custom class….

    Thread Starter dcoffin

    (@dcoffin)

    I was looking around for the class that contains wp_get_archives but I couldn’t find it. Does anyone know where it’s at?

    I don’t think there is one. That’s why you’d have to hack core code. Which you can find on or about line 279 of /wp-includes/template-functions-general.php.

    Thread Starter dcoffin

    (@dcoffin)

    Kool.. thats it. thanks

    Keep in mind that you’ll have to rehack the file every time you upgrade wordpress.

    Hey, y’know, here’s a thought: maybe widgetize your theme and hack the archives widget instead? Or set up your own in your theme’s functions.php?

    Because you are using a theme which was properly constructed by the original authors ?? ; no core hack is necessary. The Archives have their own id. Hence the descendant selector and rule you need is #archives ul li {line-height: xxpx;}

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Line-height for wp_get_archives’ is closed to new replies.