As of the posting of this code snippet, the Genesis Theme Framework will disable SEO functionality for Yoast SEO, and All In One SEO. But if you use an alternative SEO plugin like SmartCrawl by WPMUDEV the Genesis SEO will stay active leading to SEO conflicts with SmartCrawl and confusion for Contributors, Editors, and Admins. The good news is you do not need to change … [Read more...] about Disable Genesis SEO When SmartCrawl is Enabled
Themes
Restore Search to Genesis Primary Navigation
Add the following code to your theme’s function.php file, or a functionality plugin to restore the Search Box to the Genesis Primary Navigation. … [Read more...] about Restore Search to Genesis Primary Navigation
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
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
Apply Genesis Hooks to Custom Post Types
Add the following code to your theme’s function.php file, or a functionality plugin to apply Genesis Hooks to Custom Post Types. … [Read more...] about Apply Genesis Hooks to Custom Post Types
Force Excerpt on Category in Genesis Child Themes
Add the following code to your WordPress theme's function.php file, or a functionality plugin to to force Excerpts on Category … [Read more...] about Force Excerpt on Category in Genesis Child Themes
Save Time & Money with WordPress Child Themes
Why use a WordPress Theme Framework with a child theme? A child theme is simply a theme that inherits the functionality, layout and general appearance of a "parent" theme. The idea of a child theme is that you can modify, and add to the functionality of that parent theme without modifying it directly. A non-technical way to think about it is to compare it to a kit … [Read more...] about Save Time & Money with WordPress Child Themes
Display Content in Your Genesis Blog Page
Add the following code to you theme’s function.php file, or a functionality plugin to display Content in Your Genesis Blog Page. … [Read more...] about Display Content in Your Genesis Blog Page
Create Custom Field to Remove Authorbox in Genesis Child Theme.
Add the following code to single.php in a Genesis Child Theme to create a Custom Field to Remove the Authorbox. … [Read more...] about Create Custom Field to Remove Authorbox in Genesis Child Theme.