This tutorial provides the step to create the Isotope Masonry Blog Post archive in Genesis. The effect showing articles in 4 columns when clicked repositioning it into 2 columns ... Continue Reading »
layout
Post Page Blog Archive Template with Layouts in Genesis
This tutorial provides the steps to add a custom home.php blog template to create a 3 column Layout post in Genesis. This is tutorial is newer version of Blog Archive Posts layout ... Continue Reading »
Post page blog layout in Genesis
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 »
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 »