boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Date to in RSS file

 
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help
View previous topic :: View next topic  
Author Message
Jackal
Guest





PostPosted: Tue Oct 22, 2002 6:12 pm    Post subject: Date to in RSS file Reply with quote

I would like to have the date displayed in my RSS file prior to the title followed by the description. Any ideas? I tried <?php the_date() ?> but think I have got it in the wrong area or something.


<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<item>
<?php the_date() ?>
<title><?php the_title_rss() ?></title><?php
// we might use this in the future, but not now, that's why it's commented in PHP
// so that it doesn't appear at all in the RSS
// echo "<category>"; the_category_unicode(); echo "</category>"; ?>
<description><?php the_content_rss() ?></description>

<link><?php permalink_single_rss() ?></link>
</item>
<?php } ?>

</channel>
</rss>
Back to top
michel v
Site Admin


Joined: 25 Jan 2002
Posts: 799
Location: Corsica

PostPosted: Tue Oct 29, 2002 5:34 pm    Post subject: Reply with quote

It should be like this instead:
[php:1:3e463e95ed]<title><?php the_date() ?> <?php the_title_rss() ?></title>[/php:1:3e463e95ed]
Or to display it on every item, like this:
[php:1:3e463e95ed]<title><?php the_time('Y.m.d') ?> <?php the_title_rss() ?></title>[/php:1:3e463e95ed]
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> (X)HTML / CSS help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group