Hey,
I'm trying to edit one of the default widgets that ships with 2.2.3 - specifically, the "Recent Posts" widgit.
I'm trying to get it to apply a class to the posts it displays, so I can do some presentation-fu.
I was able to get it working with some third-party "Recent Posts" widgits, just by sticking in a<div class="recentpost"> before the <a href= in the output module, but the third-party widgits had some other problems that borked things, so I'm now once again trying to get this to work with the default widgit.
Does anyone know in which file these widgits live? I can't seem to find them. I can probably edit the php myself to apply a class, if I can track the widgits down.
Thanks!