```
(the value of 'post' may be called something different as well)
##### 6. Add to the 'post' class (or whatever your theme has instead called it) the following:
```
{TagsAsClasses}
```
so it looks similar to this:
```
```
The space between
)
and {
is very important.
### You're done!
Now anything you tag with the tag you selected in step four in the css will no longer show up on the first page on your blog! (but will show up on permalinks like /post/94769233934/x/, and tagged pages like /tagged/x/!
## If you use a two+ column theme and the above only loaded one column.
Follow ALL of the above steps and then please continue on:
In some themes that are 2+ columns we arriver with a bug and as per my usual self, I made a work around, that does just that, it works around the issue instead of fixing it.
##### 7. Right before {block:Posts} paste one of the following:
```
{block:IndexPage}
{/block:IndexPage}
```
or
```
{block:IndexPage}
{/block:IndexPage}
```
## If you use a theme that has `````` tags for the posts:
##### 8. find the part of the theme that says ```{block:Posts}
*Follow me on twitter: [twitter.com/mxsawyer](http://twitter.com/mxsawyer)*