[wp-hackers] Make an RSS Feed for a single page

Michael D Adams mikea at turbonet.com
Tue Oct 3 08:06:11 GMT 2006


On Oct 2, 2006, at 1:03 PM, Burke, Ryan wrote:
>     /?feed=rss2&p=24
>
> This just shows the comments.  How do I get the title and body of the
> post along with the comments?

If you know it, specifying the time in the 'm' argument seems to work:

For October 2nd, 2006 @ 14:35:01 <-- Local Time!

Works:  /?feed=rss2&m=20061002143501

It's still possible, though, that two posts will be published during  
the same second.

Note - if you fully specify the time with the other, easier to read  
arguments, you'll end up with the comments again.  If you leave out  
one argument, you'll get the post (but maybe some other posts as well).

Doesn't work: /? 
feed=rss2&year=2006&monthnum=10&day=02&hour=14&minute=35&second=01

Might work: /? 
feed=rss2&year=2006&monthnum=10&day=02&hour=14&minute=35 <-- seconds  
not specified

Michael


More information about the wp-hackers mailing list