Exclude a Category From Your WordPress Homepage

I don’t want to spam the main “blog” part of my website with these gist style posts. Unfortunately, WordPress by default shows all posts regardless of category on the homepage. This can be fixed really quick by using a simple bit of PHP code. Replace -24 with the category ID you would like to exclude. …