Add the following code to you theme’s function.php file, or a functionality plugin to add Footer Menu To Genesis Themes. … [Read more...] about Add Footer Menu To Genesis Themes
Code Snippets
Add Google Analytics to WordPress Theme
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Google Analytics to a WordPress Theme - when not using a plugin. … [Read more...] about Add Google Analytics to WordPress Theme
Using WordPress Embed for YouTube Videos
Far too often people jump on the WordPress Plugin bandwagon instead of relying on the functionality built into the WordPress core. If you are trying to setup Podcasting or a video gallery that's one thing but customizing the size of the video or turning off recommended videos after playback can be done quickly without the use of a plugin. One reason a lot of people go … [Read more...] about Using WordPress Embed for YouTube Videos
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
Remove WordPress Meta-Boxes from Post & Page Editor Dashboards
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove WordPress Meta-Boxes from Post & Page Editor Pages. … [Read more...] about Remove WordPress Meta-Boxes from Post & Page Editor Dashboards
Customize WordPress Login Page Logo with CSS
The IDs and Classes needed to customize the WordPress Login Page Logo … [Read more...] about Customize WordPress Login Page Logo with CSS
Change the WordPress Dashboard Footer Text
Add the following code to your WordPress theme's function.php file, or a functionality plugin to replace the WordPress Dashboard footer message with your own. Replace "Your own text" with your message. … [Read more...] about Change the WordPress Dashboard Footer Text
Add Personalized WordPress Dashboard Widgets
Add the following code to your WordPress theme's function.php file, or a functionality plugin and then modify it with your message. … [Read more...] about Add Personalized WordPress Dashboard Widgets
Remove WordPress Posts Columns
Add the following code to your WordPress theme's function.php file, or a functionality plugin to remove WP Posts Columns. … [Read more...] about Remove WordPress Posts Columns
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.