This is a reference post and a collection of tutorials related to customizing Post page, Post listing and other contents in Genesis framework. Remember, All the post page ... Continue Reading »
layout
Advanced Post Page Blog layout in Grid using CSS Grid in Genesis
This tutorial provides the steps to design Post page layout in Grid having different layouts for multiple posts list using CSS. Posts Grid in Genesis using CSS Grid The ... Continue Reading »
Customize Site Layouts in Genesis
Force the Genesis Layout Settings //* Force content-sidebar layout setting add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_content_sidebar' ); //* Force ... Continue Reading »
Customize Sidebars in Genesis
Unregister Primary Sidebar //* Unregister primary sidebar unregister_sidebar( 'sidebar' ); Unregister Secondary Sidebar //* Unregister secondary sidebar unregister_sidebar( ... Continue Reading »
Posts Grid in Genesis using CSS Grid
This tutorial provides the steps to create different types of Post Grid layout using CSS Grid in Genesis framework. The tutorial can be easily implement on any theme with a ... Continue Reading »