The stats that display on my dashboard always show the dates from 4/30 to 5/29 (I believe I started the blog on 4/30). When I click on "View All" the same date range is displayed. How do I get the current date range to display?
I have tried clearing my cache but it did not help. My theme is Coraline and I have added a small bit to the CSS stylesheet (see below), in case that has anything to do with it.
Any help is appreciated.
body {
background:#000;
}
#container {
background:#ffffcc;
overflow:hidden;
}
#content {
padding-left:10px;
}
#sidebar {
margin-left:-10px;
}