Tuesday, September 30, 2008

Little blog recode.

I just altered that reads the blog on AndrewParnell.com

I'd noticed that the default feed from blogger (which powers this blog) only shows the 25 most recent entries, which really isn't good enough for me.

However, after some searching I found that if you append the query string ?start-index=# to the feed path, you can get older entries. Better yet, throw on &max-results=5 and rather than having to parse the entire feed and then have php display only 5 entries, I can just show the entire feed.

It's pretty sweet.

No comments: