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
How to recover hidden passwords from FileZilla
From time to time, I discover that for whatever reason I don't have a client's cPanel login credentials on file but I can still log in via FTP with FileZilla. Getting the username is easy. The password, on the other hand, seems to be a different story because it's masked behind asterisks. Fortunately, it's not too difficult to retrieve the password in a few simple … [Read more...] about How to recover hidden passwords from FileZilla
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
HTML Quick Reference Chart for Beginners
This HTML quick reference guide is designed to provide basic references to commonly used HTML elements. As with all things technical, HTML changes with new releases and some of these items may be discontinued (eliminated) or deprecated (replaced) over time; however, many of these changes are purely academic. Download a printable version of this HTML Quick Reference … [Read more...] about HTML Quick Reference Chart for Beginners
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