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 Framework
Use Custom Fields to Modify Genesis Blog/Portfolio Pages
Add the following code to your theme’s function.php file, or a functionality plugin to use Custom Fields to modify the Genesis Blog/Portfolio Pages. … [Read more...] about Use Custom Fields to Modify Genesis Blog/Portfolio Pages
Replace Genesis Theme Footer
Add the following code to your theme’s function.php file, or a functionality plugin to replace the Genesis Theme's Footer. … [Read more...] about Replace Genesis Theme Footer
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
Override Genesis Theme Settings Layout with Custom Templates
Add the following code to your WordPress theme's function.php file, or a functionality plugin to override Genesis Theme Settings Layout with Custom Templates. … [Read more...] about Override Genesis Theme Settings Layout with Custom Templates
Add Read More Link to Excerpts in Genesis
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add a Read More Link to Excerpts in Genesis. … [Read more...] about Add Read More Link to Excerpts in Genesis
Reposition JetPack Social Sharing Buttons in Genesis
Add the following code to your WordPress theme's function.php file, or a functionality plugin to reposition JetPack Social Sharing Buttons in Genesis. … [Read more...] about Reposition JetPack Social Sharing Buttons in Genesis
Add Open Graph To Genesis
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Open Graph To Genesis. … [Read more...] about Add Open Graph To Genesis
Insert widget below the footer in Genesis
Add the following code to your WordPress theme's function.php file, or a functionality plugin to insert a widget below the footer in Genesis. … [Read more...] about Insert widget below the footer in Genesis