1 m60tyn Jan 27, 2007 12:17
3 m60tyn Jan 28, 2007 04:58
Cheers, tried removing line in question but then the blog breaks. :-/
4 edb Jan 28, 2007 07:16
Then you didn't remove the right line. Without a link I can't tell anything about your installation, so I'll go with as little code as I can be sure is the right code, assuming we're talking about the same date stamp.
$MainList->date_if_changed();
Change it to
// $MainList->date_if_changed();
5 m60tyn Jan 30, 2007 23:40
Thats exactly it, thanks mate!
Look in your skins/yourskin/_main.php for something like "mainlist_date_if_changed" and comment out (with // at the front of it) the entire line. That might be the date you're trying to remove. It's a date stamp only if the post about to be displayed happened on a different date than the previously displayed post.