I’ve always done site design updates live, and now that I’m tinkering with the shawnblanc.net RSS feed, it might as well be a live tinker as well.
If you’re curious, I am using query_posts
function in WordPress to exclude a category from the homepage yet keep it in the feed. And at the moment, it will still have a permalink on the site.
If all goes as planned, you will only see this post in your feed reader…
UPDATE: Seems to be working, though not without a couple hiccups. The query_posts
function needs to be placed at the very top of the index.php
file, before The Loop begins.