Add the following code to a Genesis Child Theme Template File to insert the WordPress Blog Title and Description into your template files. … [Read more...] about Insert WordPress Blog Title and Description
Code
Allow Shortcodes in Widgets and Excerpts
Add the following code to your WordPress theme's function.php file, or a functionality plugin to allow Shortcodes in Widgets and Excerpts … [Read more...] about Allow Shortcodes in Widgets and Excerpts
Hide Jetpack Sharing Buttons from Specific Categories
Add the following code to your WordPress theme's function.php file, or a functionality plugin to prevent Jetpack sharing buttons from displaying in specific category archives. … [Read more...] about Hide Jetpack Sharing Buttons from Specific Categories
Add Unique Sidebar to your Custom Post Type
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add a unique sidebar to your Custom Post Type. … [Read more...] about Add Unique Sidebar to your Custom Post Type
Disable Top-Level Menus from the WordPress Admin Bar
Add the following code to your WordPress theme's function.php file, or a functionality plugin. … [Read more...] about Disable Top-Level Menus from the WordPress Admin Bar
Gravity Forms Placeholders
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add placeholders in Gravity Forms. … [Read more...] about Gravity Forms Placeholders
Gravity Forms Conditional Logic with Dates
Add the following code to your WordPress theme's function.php file, or a functionality plugin to use conditional logic with dates in Gravity Forms. … [Read more...] about Gravity Forms Conditional Logic with Dates
Gravity Forms Field Labels
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add the ability to set field label visibility in Gravity Forms. … [Read more...] about Gravity Forms Field Labels
Remove Default Widgets from the WordPress Dashboard
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove the default widgets from the WordPress dashboard. … [Read more...] about Remove Default Widgets from the WordPress Dashboard
Path To Genesis Child Theme
How to call the path to a Genesis Child Theme when you need to link directly to child theme files. … [Read more...] about Path To Genesis Child Theme