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
Code
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
Simple GridLoop for Genesis
Use the following code to create a WordPress Template file (blog.php, archive.php, etc)that will create a Grid Loop for post content in a Genesis theme. … [Read more...] about Simple GridLoop for Genesis
Add, Remove & Reorder Dashboard Widgets By the User’s Role
Modify then add the following code to your WordPress theme's function.php file, or a functionality plugin to add, remove & reorder dashboard widgets by the User's role … [Read more...] about Add, Remove & Reorder Dashboard Widgets By the User’s Role
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
FAQ Plugin Adds Continue Reading Link to WordPress Post Excerpt
Add the following code to your WordPress theme's function.php file, or a functionality plugin to prevent the FAQ Plugin from adding a Continue Reading (Read More) Link to the WordPress Post Excerpt. … [Read more...] about FAQ Plugin Adds Continue Reading Link to WordPress Post Excerpt
Genesis Theme Framework Landing / Splash / Sales Letter page
Add the following code to a Genesis Child Theme Template File to create a Landing / Splash / Sales Letter page. … [Read more...] about Genesis Theme Framework Landing / Splash / Sales Letter page
Customize the WordPress Login Logo
Add the following code to your WordPress theme's function.php file, or a functionality plugin to to customize the WordPress Login Logo … [Read more...] about Customize the WordPress Login Logo
Disable Submenus from the WordPress Admin Panel
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove sub-menus from the WP admin menu. … [Read more...] about Disable Submenus from the WordPress Admin Panel