Hello,
I'm actually making my own theme for wordpress, and I replaced the text links to "archives" by a button i've designed on photoshop.
The problem is that wp_get_archives(); returns something like :
[please use the 'code' button to mark any code within the post]
<li><a%20href='http://localhost/wordpress/?m=201105'%20title='mai%202011'>mai%202011</li>
I would like to have just the link. Is it possible ?