How to style "php wp_get_archives" ??
-
I am fairly new to wordpress but fluid in html/css. I am working on http://wthestudio.com/blog/
I would really like to style the archives list at the bottom of the page so that it is just a horizontal list of months. It currently has a blue background to highlight the area. I am using the following tag:
<?php wp_get_archives(‘type=monthly&limit=6’); ?>
I have tried wrapping it in a div, and styling the ul li of the div, but nothing seems to phase it.
Please help.
Thank you so much.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to style "php wp_get_archives" ??’ is closed to new replies.