View previous topic :: View next topic |
Author |
Message |
needleboy
Joined: 23 Jul 2003 Posts: 3
|
Posted: Mon Jan 17, 2005 4:48 pm Post subject: Date not showing on same day posts. |
|
|
Hi, I'm having a weird problem, maybe someone can help.
I have a few posts here and there from the same date. The first post of that date will show allright, but the second, third, etc don't show the date.
For example:
Post #1 (latest):
Thursday, Oct 14th, 2004 - 16:46
Post #2 (earlier):
Thursday, - 14:25
This is the code for the date:
Code: |
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php permalink_anchor(); ?>
<span style="font-size:10px;color:#FFFFFF"><b><?php the_weekday() ?>, <?php the_date("M jS, Y"); ?> - <?php the_time() ?>
</b></span><br>
<b><span style="font-size:10px;"><?php the_title(); ?></b></span> -
<a href="http://needleboy.net/contact.php" target="gallery"><img src="envelope.jpg" border="0" align=middle></a><br>
<span style="font-size:10px;"><?php the_content("0"); ?></span>
<?php link_pages("<br />Pages: ","<br />","number") ?>
<br><br>
<?php } ?>
|
Any ideas? |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 369
|
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 909 Location: Oslo, Norway
|
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 369
|
Posted: Mon Jan 17, 2005 11:42 pm Post subject: |
|
|
Yep, and it even says exactly that in the Readme! |
|
Back to top |
|
 |
needleboy
Joined: 23 Jul 2003 Posts: 3
|
Posted: Tue Jan 18, 2005 8:36 am Post subject: |
|
|
great man!
thanks! |
|
Back to top |
|
 |
|