Add the following code to your theme's function.php file, or a functionality plugin to change the Genesis Site Title Link. … [Read more...] about Change Genesis Site Title Link
Layout
Override Genesis Page Layout Theme Settings
Add the following code to your WordPress theme's function.php file, or a functionality plugin to override Genesis Page Layout Theme Settings. … [Read more...] about Override Genesis Page Layout Theme Settings
Add Navigation Bar Widgets to Genesis Child Themes
How to add Primary and Secondary Navigation Widgets to Genesis Navigation Bars. Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Primary and Secondary Navigation Widgets to Genesis. … [Read more...] about Add Navigation Bar Widgets to Genesis Child Themes
Genesis – display featured image before single post title
Add the following code to your WordPress theme's function.php file, or a functionality plugin to display a featured image before the title on a single post. … [Read more...] about Genesis – display featured image before single post title
Display One post Then Thumbs for Older Posts in Genesis
Add the following code to a theme template file to display one post and then thumbs for previous posts in Genesis. … [Read more...] about Display One post Then Thumbs for Older Posts in Genesis
Move Genesis Title Below Featured Image
Add the following code to your WordPress theme's function.php file, or a functionality plugin to move Genesis Title Below Featured Image. Modify if( is_category( array(1,2))) with the IDs of the Categories you want to target. … [Read more...] about Move Genesis Title Below Featured Image
Genesis Sidebar-Content-Sidebar Layout Reversal
Genesis Sidebar-Content-Sidebar Layout Reversal Part 1 // Change sidebar order on Sidebar-Content-Sidebar add_action('genesis_after_header','change_sidebar_order'); function change_sidebar_order() { $site_layout = genesis_site_layout(); if ( 'sidebar-content-sidebar' == $site_layout ) { remove_action( 'genesis_sidebar', 'genesis_do_sidebar' ); … [Read more...] about Genesis Sidebar-Content-Sidebar Layout Reversal
Use Genesis Child Theme as Default in WordPress Multi Site
Add the following code to your WordPress wp-config.php file to use Genesis Child Theme as Default in WordPress Multi Site … [Read more...] about Use Genesis Child Theme as Default in WordPress Multi Site
Custom Mail Chimp Form Code
Tweak your MailChimp form code by adding the styles below to your themes stylesheet and then editing them to your liking. … [Read more...] about Custom Mail Chimp Form Code
Fancy Infusionsoft Campaign Subscription Box
Add the following code to your WordPress theme's function.php file, or a functionality plugin to your Theme's stylesheet to create a fancy Infusionsoft Campaign Subscription Box. .newsbox { background-color: #FFFFCC; padding: 6px; font-size: 11px; text-align: center; width: 260px; margin: 4px auto; border: 1px solid #CC0000; border-radius: 10px; … [Read more...] about Fancy Infusionsoft Campaign Subscription Box