{"id":713,"date":"2017-09-10T06:40:34","date_gmt":"2017-09-10T06:40:34","guid":{"rendered":"https:\/\/genesiswp.net\/?p=664"},"modified":"2018-04-23T17:11:44","modified_gmt":"2018-04-23T17:11:44","slug":"featured-services-using-css-grid-genesis","status":"publish","type":"post","link":"https:\/\/leaguewp.com\/featured-services-using-css-grid-genesis\/","title":{"rendered":"Show Featured Services Using CSS Grid in Genesis Sample"},"content":{"rendered":"

Recently, I wrote a tutorial on how to show flexible features widget<\/a> in Genesis Sample<\/a>. <\/p>\n

This post does the same but uses CSS Grid layout<\/a> instead of Genesis Classes.<\/p>\n

So, lets’ get down to business.<\/p>\n

Step #1: Register and Display a Custom Widget<\/h2>\n

Open your functions.php<\/code> and add code to register a widget area. Then open your front-page.php<\/code> or any other custom template file (where you may want to display it) and add the code to display it. Use the code given below.<\/p>\n