I could probably add a date-header option, rather than per-post dates, when in multifeed an both options set to true.
If you want to send me a mockup of how you would like things laid out better, I can take a look and see if there’s easy ways to help you get the end result you are looking for.
If you want to be really like searchbrains, you may find a reblog script (which I’m working on, but haven’t released) will serve your purposes better. Hard to say. I also have a lot of work to do on the multifeed thing to make it more optimized for very large numbers of feeds.
Also, are you using 1.5.2?
Looking at your output, here’s the things I see:
– my comments are getting br’s and p wrappers. that may indicate you are using an earlier version. They really shouldn’t create extra lines like that (and if they are still, I’m about to release a point-fix, and can tweak that). that’s a few bits of space.
– the php-eval script you are using adds an extra line because of the ‘begin php’ comment. that’s one bit of space.
– I’m guessing your div class=”post” might have top margin/padding, and/or your h7’s. look at CSS for cgfeed, post, h7 and storytitle — any of them could add in padding additionally. that’s a guaranteed bit of space.
You might find that using the style=0 list styling is more appropriate to what you are trying to do here — hard to say.
-d