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
Restrict WordPress Admin Menu Items Based on Username
Add the following code to your WordPress theme's function.php file, or a functionality plugin to restrict WordPress Admin Menu Items by Username. … [Read more...] about Restrict WordPress Admin Menu Items Based on Username
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
Adding a Custom WordPress Dashboard Logo
Add the following code to your WordPress theme's function.php file, or a functionality plugin to customize the WordPress Dashboard Logo. /images/custom-logo.gif where /images/custom-logo.gif is the location of your themes images files and your logo filename. … [Read more...] about Adding a Custom WordPress Dashboard Logo
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
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
Override Genesis Archive Settings for CPT
Add the following code to your WordPress theme's function.php file, or a functionality plugin to replace a post's content with the post's excerpt. … [Read more...] about Override Genesis Archive Settings for CPT
Disable WordPress Plugin Deactivation
Add the following code to your WordPress theme's function.php file, or a functionality plugin. … [Read more...] about Disable WordPress Plugin Deactivation
Make Genesis functions appear on Custom Post Types in the Editor
Add the following code to your theme’s function.php file, or a functionality plugin to allow Genesis functions to appear on a Custom Post Type in the Editor. … [Read more...] about Make Genesis functions appear on Custom Post Types in the Editor