Archived topic
Creating posts page
5 replies · Started by Andrew Wiebe on March 6, 2015
How can I create a "Posts page" on my site (http://polyfurniture.co/) so that I can use a masonry layout? Currently I just have my posts in a category.
If you don't want your posts on the homepage, you can create two new pages:
1. New homepage
2. Blog page - leave empty.
Then, go to "Settings > Reading" and set your static front page and posts page to each of your newly created pages.
Thanks! Somehow I had overlooked that setting. One more question. Can I make my whole site show content as "separate containers" but keep the home page as "one container"?
Hmm, untested, but try this CSS:
.home .container {
background: #FFF;
}
It works! Thanks, Tom. Great WordPress theme, and exceptional support.
You're welcome :)