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
Code Snippets
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
Load a template file for a Custom Post Type
Add the following code to your theme’s function.php file, or a functionality plugin to load a template file for a Custom Post Type. … [Read more...] about Load a template file for a Custom Post Type
Insert content in Genesis blog page
Add the following code to a Genesis Child Theme Blog Template File to Insert content in Genesis blog page. Or create a new Blog template file with the following code. … [Read more...] about Insert content in Genesis blog page
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
Insert WordPress Blog Title and Description
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
Add Unique Sidebar to your Custom Post Type
Add the following code to you theme’s function.php file, or a functionality plugin to add Unique Sidebar to your Custom Post Type. … [Read more...] about Add Unique Sidebar to your Custom Post Type