I'm a b2ev and a WordPress user. Recently, i've come back to my b2ev blog, now that i've got my feet wet w/ the WP training wheels.
I've come across a few displayed items things I'm confident could be shown in a different manner-- even if it means to modify the PHP, but my guess is that there are settings in the Admin section.
One such item is the "timestamp" on the comments... wait a minute... i looked back at my blog to verify something, and i see that the time is now displaying as i [thought i had set it and] wanted it. [i guess it simply took a moment to calculate, or load the code??]
Another such item is the Authors' "homepage" URL, as shown in the "comments" area-- by default, if a User has his or her own URL as part of the user profile, it is shown as part of the comment author header. if a lot of comments are added by authors w/ URL's in their profiles, those URL's shown in the comments begin to clutter the page. is there a way to either 1) modify the CSS which styles it-- so i can change the font-size to something smaller, or 2) remove it altogether?
thanks!
.bCommentTitle a{
font-size:60%;
}
¥