{"id":698,"date":"2017-06-04T13:27:53","date_gmt":"2017-06-04T13:27:53","guid":{"rendered":"http:\/\/genesiswp.net\/?p=126"},"modified":"2018-04-23T16:52:08","modified_gmt":"2018-04-23T16:52:08","slug":"display-genesis-blog-grid-layout","status":"publish","type":"post","link":"https:\/\/leaguewp.com\/display-genesis-blog-grid-layout\/","title":{"rendered":"How to Display Your Genesis Blog in Grid Layout"},"content":{"rendered":"

I’m a big fan of grid layout when it comes to modern design elements. Not only it looks aesthetic but it also allows your visitors to view more content above the fold. That’s why I prefer using grid loop in almost all my projects.<\/p>\n

Bill Erickson has written a plugin<\/a> for Genesis Grid and it’s very handy if you’re looking for a nifty plugin to display your blog posts in grid format. However, instead of using the plugin, you can simply use a few line of php codes in your functions.php and some css to achieve a grid view.<\/p>\n

In fact, the code in this post belongs to Bill Erickson, but I’ve modified it slightly for my own projects.<\/p>\n

Before we dive into the functions.php<\/code> file, I must warn you that you shouldn’t try editing your functions.php<\/code> file without using any FTP software.<\/p>\n

Assuming you’re fully familiar with FTP client, let’s proceed with the tutorial.<\/p>\n

Add the following code to your functions.php<\/code> file.<\/p>\n