Category Archives: Genesis Tutorials
How to automatically add browser class to html in WordPress
Quoting MDN, Note: It’s worth re-iterating: it’s very rarely a good idea to use user agent [...]
How to remove Posts page heading in Genesis
Have a static Page set as Posts page at Settings > Reading in your Genesis powered WordPress [...]
Multiple Loops in Genesis
In this article I share sample code of a Page Template which adds a new [...]
Force a layout for Pages that have subpages in Genesis
Adding the following in child theme’s functions.phps will apply content-sidebar layout to all static Pages that have children and [...]
How to enable Author Box in Genesis on single entries of ‘post’ type only
Adding //* Display author box on single posts add_filter( 'get_the_author_genesis_author_box_single', '__return_true' ); in functions.php when [...]
Subtitles below Titles in Genesis using Visual Subtitle plugin
Subtitles can easily be added using Gary Jones’ Visual Subtitle plugin which adds a Visual Subtitle field [...]
