Right you are! Thanks, Jeremy.
Well, I guess I’ll leave that for another day. That’s something coming from the theme or plugin, as you guess, and I don’t the answer!
Thanks for the tip. That allowed me know what I needed to do, so I defined the following in my custom CSS and used the new ul type:
li ul.bullet {
display: list-item;
vertical-align: text-bottom;
}
Can you clarify what the full URL for custom fonts actually is?
Figured it out. Just added the following before the loop:
<?php global $query_string;
query_posts( $query_string . '&orderby=date' ); ?>